diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-22 08:01:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-22 08:01:35 +0000 |
commit | ef7dddd01c9b2c2e6e676c023b9b6ae63ae9e49d (patch) | |
tree | 6f95b7b9c141fb01f711138c8a2ea84a34c80d2d /sysdeps | |
parent | 1ab1ea76bf65a1cf97dd734a75a08e1d79913b37 (diff) | |
download | glibc-ef7dddd01c9b2c2e6e676c023b9b6ae63ae9e49d.tar glibc-ef7dddd01c9b2c2e6e676c023b9b6ae63ae9e49d.tar.gz glibc-ef7dddd01c9b2c2e6e676c023b9b6ae63ae9e49d.tar.bz2 glibc-ef7dddd01c9b2c2e6e676c023b9b6ae63ae9e49d.zip |
Update.
* sysdeps/unix/sysv/linux/errlist.c: Likewise.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/errlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/errlist.c b/sysdeps/unix/sysv/linux/errlist.c index 8c7ce92b58..4fbc2cab0b 100644 --- a/sysdeps/unix/sysv/linux/errlist.c +++ b/sysdeps/unix/sysv/linux/errlist.c @@ -23,13 +23,13 @@ #define SYS_ERRLIST __new_sys_errlist #define SYS_NERR __new_sys_nerr -#if SHLIB_COMPAT (libc, GLIBC_2_0) +#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1) asm (".data; .globl __old_sys_errlist; __old_sys_errlist:"); #endif #include <sysdeps/gnu/errlist.c> -#if SHLIB_COMPAT (libc, GLIBC_2_0) +#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1) asm (".type __old_sys_errlist,@object;.size __old_sys_errlist," OLD_ERRLIST_SIZE_STR "*" PTR_SIZE_STR); |