From 8eaaffdeedf5a34a68a785e62b181e4e5fc6cf43 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 6 Jul 1998 17:09:00 +0000 Subject: Update. 1998-07-06 14:36 Andreas Schwab * posix/Makefile (generated): Remove $(objpfx) from the names. 1998-07-05 Andreas Jaeger * stdio-common/test_rdwr.c: Use %Zu for size_t in printf format string. * libio/iofread_u.c: Include for prototype. * libio/iofwrite_u.c: Likewise. 1998-07-06 Andreas Jaeger * db2/Versions: New file. 1998-07-04 Andreas Schwab * Makefile (lib-noranlib): Don't depend on sysd-versions. ($(common-objpfx)sysd-versions): Remove rule. * Makerules ($(common-objpfx)sysd-versions): Define here instead. Pass name of Versions.def file to script and redirect output to target. Include it and make all generated version maps depend on it. * versions.awk: Print out variable definition containing all generated version maps. Print error messages to stderr. Remove temp file. 1998-07-04 Andreas Schwab * posix/annexc.c (check_header): Terminate macro name before comparing. (get_null_defines): Allow builtin macros with parameters. (fmt, testfmt): Add -D_LIBC. * posix/Makefile: Remove bogus duplicate include directories from annexc test command. 1998-07-06 12:04 Ulrich Drepper * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Handle adjunct password scheme. (_nss_nis_getpwnam_r): Likewise. (_nss_nis_getpwuid_r): Likewise. 1998-07-05 Mark Kettenis * libio/Versions: Move symbols whose source lives in stdio-common to ... * stdio-common/Versions: ... here. * stdio/Versions: Add missing symbols. --- stdio/Versions | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'stdio/Versions') diff --git a/stdio/Versions b/stdio/Versions index 5c6bbe35c5..2dfd4a8de0 100644 --- a/stdio/Versions +++ b/stdio/Versions @@ -2,5 +2,50 @@ libc { GLIBC_2.0 { # more or less standard functions __fillbf; __flshfp; + + # functions used in inline functions or macros + __getdelim; __line_wrap_output; __line_wrap_update; + __vfscanf; __vsscanf; + + # variables in normal name space + stderr; stdin; stdout; + + # c* + clearerr; + + # f* + fclose; fcloseall; fdopen; feof; ferror; fflush; fgetc; fgetpos; fgets; + fileno; fmemopen; fopen; fopencookie; fputc; fputs; fread; freopen; + fseek; fsetpos; ftell; fwrite; + + # g* + getc; getchar; getdelim; gets; + + # l* + line_wrap_stream; line_unwrap_stream; line_wrapped; line_wrap_lmargin; + line_wrap_set_lmargin; line_wrap_rmargin; line_wrap_set_rmargin; + line_wrap_wmargin; line_wrap_set_wmargin; line_wrap_point; + + # o* + open_memstream; open_obstack_stream; obstack_printf; obstack_vprintf; + + # p* + pclose; popen; putc; putchar; puts; + + # r* + rewind; + + # s* + setbuf; setbuffer; setlinebuf; setvbuf; + + # u* + ungetc; + + # v* + vasprintf; vdprintf; vscanf; vsnprintf; vsprintf; vsscanf; + } + GLIBC_2.1 { + # functions used in other libraries + __asprintf; } } -- cgit v1.2.3