about summary refs log tree commit diff
path: root/stdio-common
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-23 17:55:49 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-23 17:55:49 +0000
commit1d0b89a483cf4cf48dc11f269008c0ebfe26bfd4 (patch)
tree8c463d77265c425c9ba9bf305767ce383d25e595 /stdio-common
parentb7e519e78096f038f145cb25193f43f12d819ece (diff)
downloadglibc-1d0b89a483cf4cf48dc11f269008c0ebfe26bfd4.tar.gz
glibc-1d0b89a483cf4cf48dc11f269008c0ebfe26bfd4.tar.xz
glibc-1d0b89a483cf4cf48dc11f269008c0ebfe26bfd4.zip
Update.
1999-08-23  Ulrich Drepper  <drepper@cygnus.com>

	* stdio-common/Makefile: Mode addition to routines to the right place.

	* sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 75ec880668..c66d16ea7f 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -38,6 +38,10 @@ routines	:=							      \
 
 include ../Makeconfig
 
+ifeq ($(stdio),libio)
+routines += vfwprintf vfwscanf
+endif
+
 install-others := $(inst_includedir)/bits/stdio_lim.h
 
 aux	:= errlist siglist
@@ -65,7 +69,6 @@ $(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h
 	$(do-install)
 
 ifeq ($(stdio),libio)
-routines += vfwprintf vfwscanf
 ifneq (,$(filter %REENTRANT, $(defines)))
 CPPFLAGS += -D_IO_MTSAFE_IO
 endif