Fix #include of renamed file. Remove extra weak alias.
authorRoland McGrath <roland@gnu.org>
Sun, 19 Feb 1995 23:43:06 +0000 (23:43 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 19 Feb 1995 23:43:06 +0000 (23:43 +0000)
sysdeps/unix/sysv/sysv4/dup2.c

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