]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 c7015fce7e2e1c061254c7baf6b78cff27f11b1b..7d36e0e35251e4b166042172ff5cc1dbce563ee2 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>