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 /libio/oldtmpfile.c | |
parent | 1ab1ea76bf65a1cf97dd734a75a08e1d79913b37 (diff) | |
download | glibc-ef7dddd01c9b2c2e6e676c023b9b6ae63ae9e49d.tar.gz glibc-ef7dddd01c9b2c2e6e676c023b9b6ae63ae9e49d.tar.xz glibc-ef7dddd01c9b2c2e6e676c023b9b6ae63ae9e49d.zip |
Update.
* sysdeps/unix/sysv/linux/errlist.c: Likewise.
Diffstat (limited to 'libio/oldtmpfile.c')
-rw-r--r-- | libio/oldtmpfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/oldtmpfile.c b/libio/oldtmpfile.c index 37b52a44ab..048b538429 100644 --- a/libio/oldtmpfile.c +++ b/libio/oldtmpfile.c @@ -17,7 +17,7 @@ Boston, MA 02111-1307, USA. */ #include <shlib-compat.h> -#if SHLIB_COMPAT (libc, GLIBC_2_0) +#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1) #define _IO_USE_OLD_IO_FILE #include <stdio.h> |