]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define __libc_open alias.
authorUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2000 03:57:00 +0000 (03:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2000 03:57:00 +0000 (03:57 +0000)
sysdeps/unix/sysv/aix/open.c

index 7bab5371548e1dd7bc578f9625cf4bb0b87dcccc..89cd955c38575207228d2c4251164749010f51d0 100644 (file)
@@ -35,3 +35,4 @@ __open (const char *file, int oflag, ...)
 
   return open (file, oflag, mode);
 }
+strong_alias (__open, __libc_open)