Fix #include of renamed file. Remove extra weak alias.

This commit is contained in:
Roland McGrath 1995-02-19 23:43:06 +00:00
parent 484d089077
commit e95606364c

View File

@ -1,4 +1,2 @@
/* SVR4 uses the POSIX dup2. */
#include <sysdeps/posix/__dup2.c>
weak_alias (__dup2, dup2)
#include <sysdeps/posix/dup2.c>