diff options
Diffstat (limited to 'libc.map')
-rw-r--r-- | libc.map | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -6,7 +6,11 @@ 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; __progname; + _sys_errlist; _sys_siglist; __progname; _nl_default_dirname; + __timezone; __daylight; + _nl_current_LC_COLLATE; __collate_element_hash; + __collate_element_strings; __collate_symbol_classes; + __collate_symbol_hash; __collate_symbol_strings; # helper functions __errno_location; __libc_init_first; __h_errno_location; @@ -28,7 +32,9 @@ GLIBC_2.0 { __libc_valloc; # functions with required interface outside normal name space - _exit; __ivaliduser; + _exit; __ivaliduser; __open_catalog; + __argz_count; __argz_stringify; __argz_next; + __check_rhosts_file; __rcmd_errstr; # functions from the experimental locale implementation __*_l; __newlocale; __duplocale; __freelocale; @@ -42,16 +48,18 @@ GLIBC_2.0 { _obstack_free; _obstack_memory_used; _obstack_newchunk; __assert_fail; __assert_perror_fail; _IO_getc; _IO_peekc_unlocked; _IO_putc; _IO_feof; _IO_ferror; + __xstat; __fxstat; __lxstat; __xmknod; __dcgettext; + __uflow; __underflow; __overflow; __iswctype; __sigpause; # functions used in other libraries - __printf_fp; __stpncpy; _dcgettext; + __printf_fp; __stpncpy; _nss_files_parse_grent; _nss_files_parse_pwent; _nss_files_parse_spent; __nss_database_lookup; __internal_endnetgrent; __internal_getnetgrent_r; __internal_setnetgrent; __gmtime_r; __secure_getenv; __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; + __nss_configure_lookup; _dl_open; _dl_close; _IO_file_setbuf; _IO_file_init; _IO_file_attach; _IO_do_write; _IO_seekoff; _IO_link_in; _IO_file_open; _IO_file_doallocate; _IO_file_fopen; _IO_file_overflow; _IO_file_underflow; _IO_file_sync; _IO_file_seekoff; |