mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-18 14:30:43 +08:00
1997-12-22 18:10 Ulrich Drepper <drepper@cygnus.com> * configure.in: Stop with error if --disable-static is used when the shared lib uses this library. * gen-FAQ.pl: I've perl installed in /usr/bin. * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX. Fix Unix98 conformance problems in the headers. * catgets/nl_types.h: Define nl_item. * grp/grp.h: Define gid_t. * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE. * include/nl_types.h: New file. * include/ulimit.h: New file. * io/fcntl.h: Include sys/stat.h for Unix98. Don't define locking constants in POSIX mode. * io/utime.h: Get definition for time_t. * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t, uid_t, pid_t. Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98. * libio/stdio.h: Define va_list. Make snprintf also available is __USE_UNIX98. Declare getopt function and variables. * locale/langinfo.h: Include nl_types.h. Don't define nl_item. Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases. * math/math.h: Defined M_* constants as double for Unix98 mode. * posix/fnmatch.h: Pretty print. Define FNM_NOSYS. * posix/glob.h: Pretty print. Define GLOB_NOSYS. * posix/regex.h: Define REG_NOSYS. * posix/wordexp.h: Define WRDE_NOSYS. * posix/unistd.h: Define _POSIX2_VERSION. Define _XOPEN_VERSION to 500 for Unix98. * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined somewhere else as well. Define clock_t for Unix98. * posix/sys/wait.h: Define pid_t. * pwd/pwd.h: Define gid_t, uid_t. * resource/Makefile (headers): Add ulimit.h. * resource/ulimit.h: New file. * sysdeps/generic/ulimit.c: Define according to X/Open using varargs instead of second argument. * sysdeps/unix/bsd/ulimit.c: Likewise. Use UL_* constants. * sysdeps/unix/sysv/linux/ulimit.c: Likewise. * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h. * signal/signal.h: Define pid_t. * string/string.h: Don't declare BSD string functions in POSIX mode. * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE. Add _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS. * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98 and POSIX. * inet/test_ifindex.c: Change test so that it does not fail for interface aliases. * locale/programs/locale.c (show_info): Use correct cast sequence for 64bit machines. * malloc/malloc.c: __malloc_initialized now signals three states: uninitialized, initializing, initialized. Used in mcheck. * malloc/mcheck.c (mabort): Add '\n' to messages. (mcheck): Allow installation when malloc is uninitialized or is just initializing. * manual/memory.texi: Explain mtrace output a bit more. * math/libm-test.c: Add more epsilons. * misc/regexp.h (compile): Remove __ prefix from parameter names. * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy instead of strcpy for security. * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise. * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise. * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise. * nss/digits_dots.c: Pretty print. * posix/getconf.c (vars): Add symbols for programming environment recognition. Recognize --version. * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS. * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols. * sysdeps/generic/bits/stdio_lim.h: Implement handling of __need_FOPEN_MAX. * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise. * sysdeps/posix/mk-stdiolim.c: Change to generate file handling __need_FOPEN_MAX. * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c. * sysdeps/unix/sysv/linux/rt_sigpending.c: New file. * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t. * sysdeps/unix/sysv/linux/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t. * sysdeps/unix/sysv/linux/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/types.h: New file. * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8, SCNu*. * sysdeps/wordsize-64/inttypes.h: Likewise. * time/africa: Update from tzdata1997j. * time/antarctica: Likewise. * time/asia: Likewise. * time/australasia: Likewise. * time/backward: Likewise. * time/etcetera: Likewise. * time/europe: Likewise. * time/factory: Likewise. * time/northamerica: Likewise. * time/pacificnew: Likewise. * time/southamerica: Likewise. * time/tzfile.h: Update from tzcode1997h. * time/zic.c: Likewise. * wcsmbs/wchar.h: Get definition of FILE. Define `struct tm' tag. Declare wcwidth and wcswidth for __USE_XOPEN. Declare the isw*() functions for Unix98. * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias. * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx is defined. 1997-12-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * locale/duplocale.c: Increase usage_count only if less than MAX_USAGE_COUNT. * locale/freelocale.c: Test usage_count against UNDELETABLE, not MAX_USAGE_COUNT. * locale/setlocale.c: Likewise. 1997-12-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct dependency to make it easier to install it selectively. * Makerules (.SUFFIXES): Don't define any suffixes. 1997-12-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/generic/fstatfs64.c: Emulate using fstatfs. * sysdeps/generic/statfs64.c: Emulate using statfs. * sysdeps/generic/getrlimit64.c: Emulate using getrlimit. * sysdeps/generic/setrlimit64.c: Emulate using setrlimit. * sysdpes/generic/ftruncate64.c: New file. * sysdpes/generic/truncate64.c: New file. * sysdeps/generic/bits/stat.h: Add LFS support. * sysdeps/generic/bits/statfs.h: Likewise. * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY) [__USE_FILE_OFFSET64]: Make long long constant. (RLIM64_INFINITY): Likewise. * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct for LFS support. (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define. * sysdeps/generic/bits/resource.h: Likewise. * misc/Makefile (routines): Add truncate64 and ftruncate64. * include/features.h: Don't prevent LFS support from defining BSD and SYSV things. * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names. * io/ftw.h [__USE_FILE_OFFSET64]: Likewise. * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file. * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file. * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file. * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file. * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file. * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file. * sysdeps/unix/sysv/linux/alpha/readdir.c: New file. * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file. * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file. * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file. * sysdeps/unix/sysv/linux/fxstat64.c: New file. * sysdeps/unix/sysv/linux/lxstat64.c: New file. * sysdeps/unix/sysv/linux/xstat64.c: New file. * sysdeps/unix/sysv/linux/readdir64.c: New file. * sysdeps/unix/sysv/linux/readdir64_r.c: New file. * sysdeps/unix/sysv/linux/getdents64.c: New file. * sysdeps/unix/sysv/linux/Makefile (sysdep_routines) [$(subdir)=dirent]: Add getdents64. * sysdeps/unix/sysv/linux/Dist: Add getdents64.c. * sysdeps/unix/sysv/linux/xstatconv.c: LFS support. 1997-12-18 12:07 Philip Blundell <pb@nexus.co.uk> * sysdeps/generic/bits/statfs.h (struct statfs64): Added. * sysdeps/generic/getrlimit.c: Include <sys/types.h>. * sysdeps/generic/getrlimit64.c: Likewise. * sysdeps/generic/setrlimit.c: Likewise. * sysdeps/generic/setrlimit64.c: Likewise. 1997-12-17 13:57 Philip Blundell <pb@nexus.co.uk> * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not using versioning. * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t. * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added. 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * locale/programs/ld-ctype.c (ctype_output): Clear out the padding after the codeset name. 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * libc.map: Add get_kernel_syms. 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make static. * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Likewise. Fix condition. 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen. 1997-12-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline. Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC. 1997-12-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back. * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this instead. Oops. 1997-12-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting. 1997-12-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> * math/libm-test.c (catanh_test): Change epsilon. Reported by H.J. Lu. 1997-12-14 19:39 H.J. Lu <hjl@gnu.org> * libc.map (__getpid): Added for linuxthreads. 1997-12-13 21:09 H.J. Lu <hjl@gnu.org> * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define it if gcc uses static variable in DWARF2 unwind information for exception support. * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New. * elf/soinit.c (__libc_global_ctors, _fini): Handle HAVE_DWARF2_UNWIND_INFO_STATIC. * libc.map (__register_frame*, __deregister_frame*): Make them global. 1997-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de> * math/libm-test.c: Add more tests for "normal" values. 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * stdio-common/printf_fphex.c: Fix printing of long double number with a biased exponent of zero. Fix rounding. 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sunrpc/rpc_main.c: Accept new flag -$. * sunrpc/Makefile (rpcgen-cmd): Pass it here. 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makefile ($(inst_slibdir)/libc-$(version).so): Install the dynamic linker first, in case the interface has changed. 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * nss/nss_files/files-alias.c (get_next_alias): Fix parameter order. 1997-12-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * math/tgmath.h: Check for double first, for architectures where sizeof (long double) == sizeof (double). 1997-12-07 Andreas Jaeger <aj@arthur.rhein-neckar.de> * math/libm-test.c: New tests for "normal" values added for most functions.
444 lines
20 KiB
Plaintext
444 lines
20 KiB
Plaintext
GLIBC_2.0 {
|
|
global:
|
|
# global variables
|
|
_errno; _itoa_lower_digits; _itoa_upper_digits;
|
|
__ctype_b; __ctype_tolower; __ctype_toupper;
|
|
_nl_msg_cat_cntr; __environ; _environ; _res;
|
|
___brk_addr; __curbrk; _nl_current_LC_CTYPE; _libc_intl_domainname;
|
|
_sys_errlist; _sys_siglist; __progname; _nl_default_dirname;
|
|
__timezone; __daylight; __tzname;
|
|
_nl_current_LC_COLLATE; __collate_element_hash;
|
|
__collate_element_strings; __collate_symbol_classes;
|
|
__collate_symbol_hash; __collate_symbol_strings;
|
|
_obstack;
|
|
__progname_full; __progname;
|
|
|
|
_IO_list_all; _IO_stderr_; _IO_stdin_; _IO_stdout_;
|
|
|
|
# This is for ix86 only.
|
|
_fp_hw;
|
|
|
|
# helper functions
|
|
__errno_location; __libc_init_first; __h_errno_location;
|
|
__libc_current_sigrtmin; __libc_current_sigrtmax; __libc_allocate_rtsig;
|
|
|
|
# functions with special/multiple interfaces
|
|
__sigsetjmp; _setjmp; __sigaddset; __sigdelset; __sigismember;
|
|
__sysv_signal; __bsd_getpgrp; _longjmp; _mcount;
|
|
__divqu; __remqu; __divqs; __remqs; __divlu; __remlu; __divls;
|
|
__remls; __divl; __reml; __divq; __remq; __divqu; __remqu;
|
|
|
|
# functions which have an additional interface since they are
|
|
# are cancelable.
|
|
__libc_wait; __libc_waitpid; __libc_pause; __libc_nanosleep;
|
|
__libc_open; __libc_close; __libc_read; __libc_write;
|
|
__libc_lseek; __libc_fcntl; __libc_tcdrain; __libc_fsync;
|
|
__libc_msync; __libc_system; __libc_accept; __libc_send; __libc_recvfrom;
|
|
__libc_recvmsg; __libc_sendmsg; __libc_recv; __libc_sendto; __libc_connect;
|
|
|
|
# interface of malloc functions
|
|
__libc_calloc; __libc_free; __libc_mallinfo; __libc_malloc;
|
|
__libc_mallopt; __libc_memalign; __libc_pvalloc; __libc_realloc;
|
|
__libc_valloc;
|
|
__malloc_initialize_hook; __free_hook; __malloc_hook; __realloc_hook;
|
|
__memalign_hook; __after_morecore_hook;
|
|
__malloc_initialized; __default_morecore; __morecore;
|
|
|
|
# functions with required interface outside normal name space
|
|
_exit; __ivaliduser; __open_catalog;
|
|
__argz_count; __argz_stringify; __argz_next;
|
|
__check_rhosts_file; __rcmd_errstr; __xpg_basename;
|
|
|
|
# functions from the experimental locale implementation
|
|
__*_l; __newlocale; __duplocale; __freelocale;
|
|
|
|
# functions used in inline functions or macros
|
|
__strto*_internal; __wcsto*_internal; __getdelim;
|
|
__isnan; __isnanf; __isnanl; __finite; __finitef; __finitel;
|
|
__isinf; __isinff; __isinfl;
|
|
__signbit; __signbitf; __signbitl; __cmsg_nxthdr;
|
|
_obstack_allocated_p; _obstack_begin; _obstack_begin_1;
|
|
_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; __xstat64; __fxstat64; __lxstat64; __xmknod;
|
|
__dcgettext; __uflow; __underflow; __overflow; __iswctype; __sigpause;
|
|
__ctype_get_mb_cur_max; __bzero;
|
|
|
|
# functions used in other libraries
|
|
__printf_fp; __stpncpy; __stpcpy; __strdup; __mempcpy;
|
|
_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; _dl_close; _dl_addr; _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;
|
|
_IO_file_close_it; _IO_file_read; _IO_file_seek; _IO_file_write;
|
|
_IO_file_stat; _IO_file_close; _IO_file_xsputn; _IO_sgetn;
|
|
_IO_seekpos; _IO_padn; _IO_getline; _IO_vfprintf;
|
|
_IO_proc_open; _IO_proc_close; _IO_vfscanf; _IO_free_backup_area;
|
|
_IO_un_link; _IO_switch_to_get_mode; _IO_default_uflow;
|
|
_IO_default_xsputn; _IO_default_xsgetn; _IO_default_pbackfail;
|
|
_IO_setb; _IO_default_doallocate; _IO_doallocbuf; _IO_init;
|
|
_IO_default_finish; _IO_sputbackc; _IO_sungetc; _IO_adjust_column;
|
|
_IO_flush_all; _IO_flush_all_linebuffered; _IO_init_marker;
|
|
_IO_remove_marker; _IO_marker_difference; _IO_marker_delta;
|
|
_IO_seekmark; _IO_unsave_markers; _IO_str_overflow;
|
|
_IO_str_underflow; _IO_str_init_static; _IO_str_init_readonly;
|
|
_IO_str_seekoff; _IO_str_pbackfail; _IO_file_jumps;
|
|
_IO_peekc_locked; _IO_flockfile; _IO_funlockfile;
|
|
_IO_fopen; _IO_fclose; _IO_file_open;
|
|
__vsscanf; __vfscanf; __vsnprintf;
|
|
_rpc_dtablesize; _null_auth; _seterr_reply;
|
|
__res_randomid;
|
|
|
|
# Exception handling support functions from libgcc
|
|
__register_frame; __register_frame_table; __deregister_frame;
|
|
__register_frame_info; __deregister_frame_info;
|
|
|
|
# variables in normal name space
|
|
argp_err_exit_status; argp_program_bug_address; argp_program_version;
|
|
argp_program_version_hook;
|
|
daylight;
|
|
environ;
|
|
errno; error_message_count; error_one_per_line; error_print_progname;
|
|
getdate_err;
|
|
h_errlist; h_errno; h_nerr;
|
|
in6addr_any; in6addr_loopback;
|
|
loc1; loc2; locs;
|
|
mallwatch;
|
|
obstack_alloc_failed_handler; obstack_exit_failure;
|
|
optarg; opterr; optind; optopt;
|
|
program_invocation_name; program_invocation_short_name;
|
|
re_max_failures; re_syntax_options; rexecoptions; rpc_createerr;
|
|
stderr; stdin; stdout; svc_fdset; svcauthdes_stats;
|
|
sys_errlist; sys_nerr; sys_sigabbrev; sys_siglist;
|
|
timezone; tzname;
|
|
|
|
# functions in normal name space
|
|
# Please keep them sorted by name!
|
|
|
|
# a*
|
|
a64l; abort; abs; accept; access; acct; addmntent; addseverity;
|
|
adjtime; adjtimex; advance; alarm; alphasort;
|
|
|
|
argp_error; argp_failure; argp_fmtstream_free; argp_fmtstream_point;
|
|
argp_fmtstream_printf; argp_fmtstream_putc; argp_fmtstream_puts;
|
|
argp_fmtstream_set_lmargin; argp_fmtstream_set_rmargin;
|
|
argp_fmtstream_set_wmargin; argp_fmtstream_write; argp_help;
|
|
argp_make_fmtstream; argp_parse; argp_state_help; argp_usage;
|
|
|
|
argz_add; argz_add_sep; argz_append; argz_count; argz_create;
|
|
argz_create_sep; argz_delete; argz_extract; argz_insert; argz_next;
|
|
argz_replace; argz_stringify;
|
|
|
|
asctime; asctime_r; asprintf; atexit; atof; atoi; atol; atoll;
|
|
authdes_create; authdes_getucred; authdes_pk_create; authnone_create;
|
|
authunix_create; authunix_create_default;
|
|
|
|
# b*
|
|
basename; bcmp; bcopy; bdflush; bind; bindresvport;
|
|
bindtextdomain; brk; bsd_signal; bsearch; btowc; bzero;
|
|
|
|
# c*
|
|
cachectl; cacheflush; calloc; callrpc; canonicalize_file_name;
|
|
catclose; catgets; catopen;
|
|
cbc_crypt; cfgetispeed; cfgetospeed; cfmakeraw; cfree;
|
|
cfsetispeed; cfsetospeed; cfsetspeed; chdir; chflags; chmod; chown;
|
|
chroot; clearenv; clearerr; clearerr_unlocked;
|
|
|
|
clnt_broadcast; clnt_create; clnt_pcreateerror; clnt_perrno;
|
|
clnt_perror; clnt_spcreateerror; clnt_sperrno; clnt_sperror;
|
|
clntraw_create; clnttcp_create; clntudp_bufcreate; clntudp_create;
|
|
|
|
clock; clone; close; closedir; closelog; confstr; connect; copysign;
|
|
copysignf; copysignl; creat; creat64; create_module; ctermid; ctime;
|
|
ctime_r; cuserid;
|
|
|
|
# d*
|
|
daemon; dcgettext; delete_module; des_setparity; dgettext;
|
|
difftime; dirfd; dirname; div; dprintf; drand48; drand48_r; dup; dup2;
|
|
dysize;
|
|
|
|
# e*
|
|
ecb_crypt; ecvt; ecvt_r; endaliasent; endfsent; endgrent; endhostent;
|
|
endmntent; endnetent; endnetgrent; endprotoent; endpwent; endrpcent;
|
|
endservent; endspent; endttyent; endusershell; endutent; endutxent;
|
|
envz_add; envz_entry; envz_get; envz_merge; envz_remove;
|
|
envz_strip; erand48; erand48_r; err; error; error_at_line; errx;
|
|
|
|
ether_aton; ether_aton_r; ether_hostton; ether_line; ether_ntoa;
|
|
ether_ntoa_r; ether_ntohost;
|
|
|
|
euidaccess; execl; execle; execlp; execv; execve; execvp; exit;
|
|
|
|
# f*
|
|
fchdir; fchflags; fchmod; fchown; fclose; fcloseall; fcntl; fcvt;
|
|
fcvt_r; fdatasync; fdopen; feof; feof_unlocked; ferror;
|
|
ferror_unlocked; fexecve; fflush; fflush_unlocked; ffs; fgetc;
|
|
fgetgrent; fgetgrent_r; fgetpos; fgetpos64; fgetpwent; fgetpwent_r; fgets;
|
|
fgetspent; fgetspent_r; fileno; fileno_unlocked; finite; finitef;
|
|
finitel; flock; flockfile; fmtmsg; fnmatch; fopen; fopen64; fopencookie;
|
|
fork; fpathconf; fprintf; fputc; fputc_unlocked; fputs; fread; free;
|
|
freeaddrinfo; freopen; freopen64; frexp; frexpf; frexpl; fscanf; fseek;
|
|
fseeko; fseeko64; fsetpos; fsetpos64; fstatfs; fstatfs64; fsync; ftell;
|
|
ftello; ftello64; ftime; ftok; ftruncate; ftruncate64; ftrylockfile;
|
|
fts_children; fts_close; fts_open; fts_read; fts_set; ftw; ftw64;
|
|
funlockfile; fwrite;
|
|
|
|
# g*
|
|
gai_strerror; gcvt; get_avphys_pages; get_current_dir_name;
|
|
get_kernel_syms; get_myaddress; get_nprocs; get_nprocs_conf;
|
|
get_phys_pages; getaddrinfo; getaliasbyname; getaliasbyname_r;
|
|
getaliasent; getaliasent_r; getc; getc_unlocked; getchar;
|
|
getchar_unlocked; getcontext;
|
|
getcwd; getdate; getdate_r; getdelim; getdirentries;
|
|
getdomainname; getdtablesize; getegid; getenv; geteuid; getfsent;
|
|
getfsfile; getfsspec; getgid; getgrent; getgrent_r; getgrgid;
|
|
getgrgid_r; getgrnam; getgrnam_r; getgroups; gethostbyaddr;
|
|
gethostbyaddr_r; gethostbyname; gethostbyname2; gethostbyname2_r;
|
|
gethostbyname_r; gethostent; gethostent_r; gethostid; gethostname;
|
|
getitimer; getline; getlogin; getlogin_r; getmntent; getmntent_r;
|
|
getnameinfo; getnetbyaddr; getnetbyaddr_r; getnetbyname;
|
|
getnetbyname_r; getnetent; getnetent_r; getnetgrent; getnetgrent_r;
|
|
getnetname; getopt; getopt_long; getopt_long_only; getpagesize;
|
|
getpass; getpeername; getpgid; getpgrp; getpid; getppid; getpriority;
|
|
getprotobyname; getprotobyname_r; getprotobynumber;
|
|
getprotobynumber_r; getprotoent; getprotoent_r; getpublickey; getpw;
|
|
getpwent; getpwent_r; getpwnam; getpwnam_r; getpwuid; getpwuid_r;
|
|
getresgid; getresuid;
|
|
getrlimit; getrlimit64; getrpcbyname; getrpcbyname_r; getrpcbynumber;
|
|
getrpcbynumber_r; getrpcent; getrpcent_r; getrpcport; getrusage; gets;
|
|
getsecretkey; getservbyname; getservbyname_r; getservbyport;
|
|
getservbyport_r; getservent; getservent_r; getsid; getsockname;
|
|
getsockopt; getspent; getspent_r; getspnam; getspnam_r; getsubopt;
|
|
gettext; gettimeofday; getttyent; getttynam; getuid; getusershell;
|
|
getutent; getutent_r; getutid; getutid_r; getutline; getutline_r;
|
|
getutxent; getutxid; getutxline; getw; getwd; glob; glob_pattern_p;
|
|
globfree; gmtime; gmtime_r; group_member; gsignal; gtty;
|
|
|
|
# h*
|
|
hasmntopt; hcreate; hcreate_r; hdestroy; hdestroy_r; herror;
|
|
host2netname; hsearch; hsearch_r; hstrerror; htonl; htons;
|
|
|
|
# i*
|
|
ieee_get_fp_control; ieee_set_fp_control;
|
|
if_freenameindex; if_indextoname; if_nameindex; if_nametoindex; index;
|
|
inet6_isipv4mapped; inet_addr; inet_aton; inet_lnaof; inet_makeaddr;
|
|
inet_netof; inet_network; inet_nsap_addr; inet_nsap_ntoa; inet_ntoa;
|
|
inet_ntop; inet_pton; init_module; initgroups; initstate; initstate_r;
|
|
innetgr; insque; ioctl; ioperm; iopl; iruserok; iconv_open; iconv;
|
|
iconv_close;
|
|
|
|
isalnum; isalpha; isascii; isatty; isblank; iscntrl; isdigit;
|
|
isfdtype; isgraph; isinf; isinff; isinfl; islower; isnan; isnanf;
|
|
isnanl; isprint; ispunct; isspace; isupper; iswalnum; iswalpha;
|
|
iswblank; iswcntrl; iswctype; iswdigit; iswgraph; iswlower; iswprint;
|
|
iswpunct; iswspace; iswupper; iswxdigit; isxdigit;
|
|
|
|
# j*
|
|
jrand48; jrand48_r;
|
|
|
|
# k*
|
|
key_decryptsession; key_decryptsession_pk; key_encryptsession;
|
|
key_encryptsession_pk; key_gendes; key_get_conv; key_secretkey_is_set;
|
|
key_setnet; key_setsecret;
|
|
|
|
kill; killpg; klogctl;
|
|
|
|
# l*
|
|
l64a; labs; lchown; lckpwdf; lcong48; lcong48_r; ldexp; ldexpf;
|
|
ldexpl; ldiv; lfind; link; listen; llabs; lldiv; llseek; localeconv;
|
|
localtime; localtime_r; lockf; lockf64; longjmp; lrand48; lrand48_r;
|
|
lsearch; lseek; lseek64;
|
|
|
|
# m*
|
|
madvise;
|
|
|
|
mallinfo; malloc; malloc_get_state; malloc_set_state;
|
|
malloc_stats; malloc_trim; malloc_usable_size; mallopt;
|
|
|
|
mblen; mbrlen; mbrtowc; mbsinit; mbsnrtowcs; mbsrtowcs; mbstowcs;
|
|
mbtowc; mcheck; mcount;
|
|
|
|
memalign; memccpy; memchr; memcmp; memcpy; memfrob; memmem;
|
|
memmove; mempcpy; memset;
|
|
|
|
mkdir; mkfifo; mkstemp; mktemp; mktime; mlock;
|
|
mlockall; mmap; mmap64; modf; modff; modfl; moncontrol; monstartup; mount;
|
|
mprobe; mprotect; mrand48; mrand48_r; mremap; msgctl; msgget; msgrcv;
|
|
msgsnd; msync; mtrace; munlock; munlockall; munmap; muntrace;
|
|
|
|
# n*
|
|
nanosleep; netname2host; netname2user; nftw; nftw64; nfsservctl; nice;
|
|
nl_langinfo; nrand48; nrand48_r; ntohl; ntohs;
|
|
|
|
# o*
|
|
obstack_free; obstack_printf; obstack_vprintf; on_exit; open; open64;
|
|
open_memstream; opendir; openlog;
|
|
|
|
# p*
|
|
parse_printf_format; passwd2des; pathconf; pause; pciconfig_read;
|
|
pciconfig_write; pclose; perror;
|
|
personality; pipe; pmap_getmaps; pmap_getport; pmap_rmtcall; pmap_set;
|
|
pmap_unset; poll; popen; prctl; pread; pread64; printf; printf_size;
|
|
printf_size_info; profil; profil_counter; pwrite; pwrite64; pselect; psignal;
|
|
|
|
pthread_attr_destroy;
|
|
pthread_attr_getdetachstate; pthread_attr_getinheritsched;
|
|
pthread_attr_getschedparam; pthread_attr_getschedpolicy;
|
|
pthread_attr_getscope; pthread_attr_init; pthread_attr_setdetachstate;
|
|
pthread_attr_setinheritsched; pthread_attr_setschedparam;
|
|
pthread_attr_setschedpolicy; pthread_attr_setscope;
|
|
pthread_cond_broadcast; pthread_cond_destroy; pthread_cond_init;
|
|
pthread_cond_signal; pthread_cond_wait; pthread_condattr_destroy;
|
|
pthread_condattr_init; pthread_equal; pthread_exit;
|
|
pthread_getschedparam; pthread_mutex_destroy; pthread_mutex_init;
|
|
pthread_mutex_lock; pthread_mutex_unlock;
|
|
pthread_mutexattr_getkind_np; pthread_mutexattr_setkind_np;
|
|
pthread_self; pthread_setcancelstate; pthread_setcanceltype;
|
|
pthread_setschedparam;
|
|
|
|
ptrace; putc; putc_unlocked; putchar;
|
|
putchar_unlocked; putenv; putpwent; puts; putspent; pututline;
|
|
pututxline; putw; pvalloc;
|
|
|
|
# q*
|
|
qecvt; qecvt_r; query_module; qfcvt; qfcvt_r; qgcvt; qsort; quotactl;
|
|
|
|
# r*
|
|
raise; rand; rand_r; random; random_r; rcmd;
|
|
|
|
re_comp; re_compile_fastmap; re_compile_pattern; re_exec; re_match;
|
|
re_match_2; re_search; re_search_2; re_set_registers; re_set_syntax;
|
|
|
|
read; readdir; readdir_r; readdir64; readdir64_r; readlink; readv;
|
|
realloc; realpath; reboot; recv; recvfrom; recvmsg; regcomp; regerror;
|
|
regexec; regfree; register_printf_function; registerrpc; remove; remque;
|
|
rename; res_init; revoke; rewind; rewinddir; rexec; rindex; rmdir; rpmatch;
|
|
rresvport; rtime; ruserok; ruserpass;
|
|
|
|
# s*
|
|
sbrk; scalbn; scalbnf; scalbnl; scandir; scanf;
|
|
|
|
sched_get_priority_max; sched_get_priority_min; sched_getparam;
|
|
sched_getscheduler; sched_rr_get_interval; sched_setparam;
|
|
sched_setscheduler; sched_yield;
|
|
|
|
seed48; seed48_r; seekdir; select;
|
|
semctl; semget; semop; send; sendmsg; sendto; setaliasent; setbuf;
|
|
setbuffer; setcontext;
|
|
setdomainname; setegid; setenv; seteuid; setfsent;
|
|
setfsgid; setfsuid; setgid; setgrent; setgroups; sethostent;
|
|
sethostid; sethostname; setitimer; setjmp; setlinebuf; setlocale;
|
|
setlogin; setlogmask; setmntent; setnetent; setnetgrent; setpgid;
|
|
setpgrp; setpriority; setprotoent; setpwent; setregid; setresgid;
|
|
setresuid; setreuid; setrlimit; setrlimit64; setrpcent; setservent;
|
|
setsid; setsockopt; setspent;
|
|
setstate; setstate_r; settimeofday; setttyent; setuid; setusershell;
|
|
setutent; setutxent; setvbuf; sgetspent; sgetspent_r; shmat; shmctl;
|
|
shmdt; shmget; shutdown;
|
|
|
|
sigaction; sigaddset; sigaltstack; sigandset; sigblock; sigdelset;
|
|
sigemptyset; sigfillset; siggetmask; siginterrupt; sigisemptyset;
|
|
sigismember; siglongjmp; signal; sigorset; sigpause; sigpending;
|
|
sigprocmask; sigreturn; sigsetmask; sigstack; sigsuspend; sigvec;
|
|
sigwait;
|
|
|
|
sleep; snprintf; socket; socketpair; sprintf; srand; srand48;
|
|
srand48_r; srandom; srandom_r; sscanf; ssignal; sstk; statfs; statfs64;
|
|
step; stime; stpcpy; stpncpy; strcasecmp; strcasestr; strcat;
|
|
strchr; strcmp; strcoll;
|
|
strcpy; strcspn; strdup; strerror; strerror_r; strfmon; strfry;
|
|
strftime; strfxtime; strlen; strncasecmp; strncat; strncmp; strncpy; strndup;
|
|
strnlen; strpbrk; strptime; strrchr; strsep; strsignal; strspn;
|
|
strstr; strtod; strtof; strtok; strtok_r; strtol; strtold; strtoll;
|
|
strtoq; strtoul; strtoull; strtouq; strverscmp; strxfrm; stty;
|
|
|
|
svc_exit; svc_getreq; svc_getreqset; svc_register; svc_run;
|
|
svc_sendreply; svc_unregister; svcerr_auth; svcerr_decode;
|
|
svcerr_noproc; svcerr_noprog; svcerr_progvers; svcerr_systemerr;
|
|
svcerr_weakauth; svcfd_create; svcraw_create; svctcp_create;
|
|
svcudp_bufcreate; svcudp_create; svcudp_enablecache;
|
|
|
|
swab; swapoff; swapon; symlink; sync;
|
|
syscall; sysconf; sysctl; sysinfo; syslog; sysmips;
|
|
system; sysv_signal;
|
|
|
|
# t*
|
|
tcdrain; tcflow; tcflush; tcgetattr; tcgetpgrp; tcgetsid; tcsendbreak;
|
|
tcsetattr; tcsetpgrp; tdelete; tdestroy; telldir; tempnam; textdomain;
|
|
tfind; time; timegm; timelocal; times; tmpfile; tmpfile64; tmpnam;
|
|
tmpnam_r;
|
|
|
|
toascii; tolower; toupper; towctrans; towlower; towupper;
|
|
tr_break; truncate; truncate64; tsearch; ttyname; ttyname_r; ttyslot;
|
|
twalk; tzset;
|
|
|
|
# u*
|
|
ualarm; ulckpwdf; ulimit; umask; umount; uname; ungetc; unlink;
|
|
unsetenv; updwtmp; uselib; user2netname; usleep; ustat; utime; utimes;
|
|
utmpname;
|
|
|
|
# v*
|
|
valloc; vasprintf; vdprintf; verr; verrx; versionsort; vfork;
|
|
vfprintf; vfscanf; vhangup; vlimit; vm86; vprintf; vscanf; vsnprintf;
|
|
vsprintf; vsscanf; vsyslog; vtimes; vwarn; vwarnx;
|
|
|
|
# w*
|
|
wait; wait3; wait4; waitpid; warn; warnx;
|
|
|
|
wcpcpy; wcpncpy; wcrtomb; wcscasecmp; wcscat; wcschr; wcscmp; wcscoll;
|
|
wcscpy; wcscspn; wcsdup; wcslen; wcsncasecmp; wcsncat; wcsncmp;
|
|
wcsncpy; wcsnrtombs; wcspbrk; wcsrchr; wcsrtombs; wcsspn; wcsstr;
|
|
wcstod; wcstof; wcstok; wcstol; wcstold; wcstoll; wcstombs; wcstoq;
|
|
wcstoul; wcstoull; wcstouq; wcswcs; wcswidth; wcsxfrm; wctob; wctomb;
|
|
wctrans; wctype; wcwidth;
|
|
|
|
wmemchr; wmemcmp; wmemcpy; wmemmove; wmemrtombs; wmemrtowcs; wmemset;
|
|
|
|
wordexp; wordfree;
|
|
|
|
write; writev;
|
|
|
|
# x*
|
|
xdecrypt; xdr_accepted_reply; xdr_array; xdr_authdes_cred;
|
|
xdr_authdes_verf; xdr_authunix_parms; xdr_bool; xdr_bytes;
|
|
xdr_callhdr; xdr_callmsg; xdr_char; xdr_cryptkeyarg; xdr_cryptkeyarg2;
|
|
xdr_cryptkeyres; xdr_des_block; xdr_double; xdr_enum; xdr_float;
|
|
xdr_free; xdr_getcredres; xdr_int; xdr_key_netstarg; xdr_key_netstres;
|
|
xdr_keybuf; xdr_keystatus; xdr_long; xdr_netnamestr; xdr_netobj;
|
|
xdr_opaque; xdr_opaque_auth; xdr_pmap; xdr_pmaplist; xdr_pointer;
|
|
xdr_reference; xdr_rejected_reply; xdr_replymsg; xdr_rmtcall_args;
|
|
xdr_rmtcallres; xdr_short; xdr_sizeof; xdr_string; xdr_u_char; xdr_u_int;
|
|
xdr_u_long; xdr_u_short; xdr_union; xdr_unixcred; xdr_vector;
|
|
xdr_void; xdr_wrapstring; xdrmem_create; xdrrec_create;
|
|
xdrrec_endofrecord; xdrrec_eof; xdrrec_skiprecord; xdrstdio_create;
|
|
xencrypt; xprt_register; xprt_unregister;
|
|
|
|
local:
|
|
*;
|
|
};
|
|
|
|
GLIBC_2.1 {
|
|
global:
|
|
# global variables
|
|
_IO_2_1_stdin_; _IO_2_1_stdout_; _IO_2_1_stderr_;
|
|
|
|
# functions used in other libraries
|
|
_IO_fclose; _IO_fopen; _IO_fdopen;
|
|
|
|
# functions in normal name space
|
|
fopen; fclose; fdopen;
|
|
|
|
# New RT signal functions.
|
|
sigqueue; sigtimedwait; sigwaitinfo;
|
|
# Since we have new signals this structure changed.
|
|
_sys_siglist; sys_siglist; sys_sigabbrev;
|
|
|
|
} GLIBC_2.0;
|