aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-23 20:24:40 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-23 20:24:40 +0000
commit5f1644d26e6406bffb52f8c93fb8883773e861e9 (patch)
tree910fd96420066167a7423464c664f1bd90ebcea1 /sysdeps
parentdcab999777898a50c3e567449d27f8e166e7b100 (diff)
downloadglibc-5f1644d26e6406bffb52f8c93fb8883773e861e9.tar
glibc-5f1644d26e6406bffb52f8c93fb8883773e861e9.tar.gz
glibc-5f1644d26e6406bffb52f8c93fb8883773e861e9.tar.bz2
glibc-5f1644d26e6406bffb52f8c93fb8883773e861e9.zip
Define alias __libc_write.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/aix/write.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/aix/write.c b/sysdeps/unix/sysv/aix/write.c
index c872e04810..82c2bf6861 100644
--- a/sysdeps/unix/sysv/aix/write.c
+++ b/sysdeps/unix/sysv/aix/write.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
@@ -32,3 +32,4 @@ __write (fd, ptr, n)
}
/* AIX has no weak aliases (yet) but let's hope for better times. */
weak_alias (__write, write)
+strong_alias (__write, __libc_write)