diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-17 05:49:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-17 05:49:48 +0000 |
commit | b3a59f408e7462fbd77289e8c3f50606044a585a (patch) | |
tree | cfd874921dda17cb953c2f4a44b533db0641639d /stdio/Makefile | |
parent | 0700dfa143cad61b491c6d596657ee69cd5b35bd (diff) | |
download | glibc-b3a59f408e7462fbd77289e8c3f50606044a585a.zip glibc-b3a59f408e7462fbd77289e8c3f50606044a585a.tar.gz glibc-b3a59f408e7462fbd77289e8c3f50606044a585a.tar.bz2 |
Tue Oct 17 01:21:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* stdio-common/psignal.c: Translate signal description strings.
* string/strsignal.c: Likewise.
* sysdeps/generic/_strerror.c (_strerror_internal): Translate
error strings.
* sysdeps/mach/_strerror.c: Likewise.
* stdio-common/snprintf.c (__snprintf): Renamed from snprintf;
call __vsnprintf.
(snprintf): Define as weak alias.
* stdio/vsnprintf.c (__vsnprintf): Renamed from vsnprintf.
(vsnprintf): Define as weak alias.
* libc-symbols.h [! ASSEMBLER] (_): New macro.
Diffstat (limited to 'stdio/Makefile')
-rw-r--r-- | stdio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio/Makefile b/stdio/Makefile index a15aa56..7d1adf5 100644 --- a/stdio/Makefile +++ b/stdio/Makefile @@ -35,6 +35,7 @@ routines := \ fgets gets fputs puts \ getdelim \ fclose fflush \ + vdprintf vsnprintf vsprintf vasprintf vsscanf \ memstream obstream \ internals sysd-stdio pipestream stdio_init libc_fatal aux := defs glue |