about summary refs log tree commit diff
path: root/libio/oldtmpfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/oldtmpfile.c')
-rw-r--r--libio/oldtmpfile.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libio/oldtmpfile.c b/libio/oldtmpfile.c
index 002fad07a5..37b52a44ab 100644
--- a/libio/oldtmpfile.c
+++ b/libio/oldtmpfile.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 93, 96, 97, 98, 99 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1993, 1996-1999, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -16,6 +16,9 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <shlib-compat.h>
+#if SHLIB_COMPAT (libc, GLIBC_2_0)
+
 #define _IO_USE_OLD_IO_FILE
 #include <stdio.h>
 #include <unistd.h>
@@ -49,3 +52,4 @@ __old_tmpfile (void)
 }
 
 symbol_version (__old_tmpfile, tmpfile, GLIBC_2.0);
+#endif