Update.
[glibc.git] / libc.map
blobc912859231f571bfd6c4a3f19e1bb9b22d56e6a5
1 GLIBC_2.0 {
2   global:
3     # global variables
4     _errno; _itoa_lower_digits; _itoa_upper_digits;
5     __ctype_b; __ctype_tolower; __ctype_toupper;
6     _IO_stderr_; _IO_stdin_; _IO_stdout_;
7     _nl_msg_cat_cntr; __environ; _environ; _res;
8     ___brk_addr; __curbrk; _nl_current_LC_CTYPE; _libc_intl_domainname;
10     # helper functions
11     __errno_location; __libc_init_first; __h_errno_location;
13     # functions with special/multiple interfaces
14     __sigsetjmp; _setjmp; __sigaddset; __sigdelset; __sigismember;
15     __sysv_signal; __bsd_getpgrp;
17     # functions which have an additional interface since they are
18     # are cancelable.
19     __libc_wait; __libc_waitpid; __libc_pause; __libc_nanosleep;
20     __libc_open; __libc_close; __libc_read; __libc_write;
21     __libc_lseek; __libc_fcntl; __libc_tcdrain; __libc_fsync;
22     __libc_msync; __libc_system;
24     # interface of malloc functions
25     __libc_calloc; __libc_free; __libc_mallinfo; __libc_malloc;
26     __libc_mallopt; __libc_memalign; __libc_pvalloc; __libc_realloc;
27     __libc_valloc;
29     # functions with required interface outside normal name space
30     _exit; __ivaliduser;
32     # functions from the experimental locale implementation
33     __*_l; __newlocale; __duplocale; __freelocale;
35     # functions used in inline functions or macros
36     __strto*_internal; __wcsto*_internal; __getdelim;
37     __isnan; __isnanf; __isnanl; __finite; __finitef; __finitel;
38     __isinf; __isinff; __isinfl;
39     __signbit; __signbitf; __signbitl; __cmsg_nxthdr;
40     _obstack_allocated_p; _obstack_begin; _obstack_begin_1;
41     _obstack_free; _obstack_memory_used; _obstack_newchunk;
42     __assert_fail; __assert_perror_fail;
43     _IO_getc; _IO_peekc_unlocked; _IO_putc; _IO_feof; _IO_ferror;
45     # functions used in other libraries
46     __printf_fp; __stpncpy; _dcgettext;
47     _nss_files_parse_grent; _nss_files_parse_pwent; _nss_files_parse_spent;
48     __nss_database_lookup; __internal_endnetgrent; __internal_getnetgrent_r;
49     __internal_setnetgrent; __gmtime_r; __secure_getenv;
50     __select; __sched_get_priority_max; __sched_get_priority_min;
51     __sched_getparam; __sched_getscheduler; __sched_setscheduler;
52     __sched_yield; __on_exit; __gettimeofday; __fork; __clone;
54     # all functions and variables in the normal name space
55     a*; b*; c*; d*; e*; f*; g*; h*; i*; j*; k*; l*; m*;
56     n*; o*; p*; q*; r*; s*; t*; u*; v*; w*; x*; y*; z*;
58   local:
59     *;