From e7f1f046f51d95d5d05ada3abd3f2e88219118e9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Jun 1997 00:14:00 +0000 Subject: Update. 1997-06-16 00:54 Ulrich Drepper * libc.map: Add more symbols. * Mwkerules (load-map-file): Currectly handle missing map file. 1997-06-15 17:00 Philip Blundell * configure.in: Correct detection of generic uname implementation. 1997-06-15 23:19 Ulrich Drepper * math/libm-test.c: Fix typos. Patch by Andreas Jaeger. * libc.map: Add __nss_configure_lookup. Reported by Thorsten Kukuk. --- libc.map | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc.map') diff --git a/libc.map b/libc.map index c912859231..29f67f6eac 100644 --- a/libc.map +++ b/libc.map @@ -6,6 +6,7 @@ GLIBC_2.0 { _IO_stderr_; _IO_stdin_; _IO_stdout_; _nl_msg_cat_cntr; __environ; _environ; _res; ___brk_addr; __curbrk; _nl_current_LC_CTYPE; _libc_intl_domainname; + _sys_errlist; _sys_siglist; # helper functions __errno_location; __libc_init_first; __h_errno_location; @@ -50,6 +51,7 @@ GLIBC_2.0 { __select; __sched_get_priority_max; __sched_get_priority_min; __sched_getparam; __sched_getscheduler; __sched_setscheduler; __sched_yield; __on_exit; __gettimeofday; __fork; __clone; + __nss_configure_lookup; _dl_open; _IO_file_setbuf; # all functions and variables in the normal name space a*; b*; c*; d*; e*; f*; g*; h*; i*; j*; k*; l*; m*; -- cgit v1.2.3