projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3a390a
)
[REENTRANT] (routines): Add iofputs_u.
author
drepper
<drepper>
Thu, 16 Jul 1998 10:39:22 +0000
(10:39 +0000)
committer
drepper
<drepper>
Thu, 16 Jul 1998 10:39:22 +0000
(10:39 +0000)
libio/Makefile
patch
|
blob
|
history
diff --git
a/libio/Makefile
b/libio/Makefile
index
bc43ebb
..
84240bd
100644
(file)
--- a/
libio/Makefile
+++ b/
libio/Makefile
@@
-50,7
+50,8
@@
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 iofread_u iofwrite_u iofgets_u
+ iofflush_u putc_u putchar_u peekc iofread_u iofwrite_u iofgets_u \
+ iofputs_u
CPPFLAGS += -D_IO_MTSAFE_IO
endif