From 77ccaba1fa58f871e797ced648c2966842e477db Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Jul 1998 11:57:59 +0000 Subject: Update. 1998-07-05 11:54 Ulrich Drepper * Versions: Add pthread_attr_init ti GLIBC_2.1 version in libc. --- libio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libio/Makefile') diff --git a/libio/Makefile b/libio/Makefile index 3c75183987..bc43ebb674 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -34,7 +34,7 @@ routines := \ clearerr feof ferror fgetc fileno fputc freopen fseek getc getchar \ memstream pclose putc putchar rewind setbuf setlinebuf vasprintf \ iovdprintf vscanf vsnprintf obprintf fcloseall fseeko ftello \ - freopen64 fseeko64 ftello64 iofread_u iofwrite_u \ + freopen64 fseeko64 ftello64 \ \ libc_fatal @@ -50,7 +50,7 @@ CPPFLAGS-.o += -DIO_DEBUG ifneq (,$(filter %REENTRANT, $(defines))) routines += clearerr_u feof_u ferror_u fputc_u getc_u getchar_u \ - iofflush_u putc_u putchar_u peekc + iofflush_u putc_u putchar_u peekc iofread_u iofwrite_u iofgets_u CPPFLAGS += -D_IO_MTSAFE_IO endif -- cgit v1.2.3