From 19212f875d0dd43a8925c68e7b806561b4cabbb9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 Mar 1998 09:11:57 +0000 Subject: Update. 1998-03-09 08:21 Ulrich Drepper * sysdeps/unix/sysv/linux/chown.c: Moved to ... * sysdeps/unix/sysv/linux/i386/chown.c: ...here. * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information. * libc.map: Add chown to GLIBC_2.1. * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here. * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here. 1998-03-06 Andreas Schwab * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a weak alias. * sysdeps/alpha/ffs.c: Likewise. * sysdeps/am29k/ffs.c: Likewise. * sysdeps/i386/ffs.c: Likewise. * sysdeps/i960/ffs.c: Likewise. * sysdeps/m68k/ffs.c: Likewise. * sysdeps/m88k/ffs.c: Likewise. * sysdeps/powerpc/ffs.c: Likewise. * sysdeps/rs6000/ffs.c: Likewise. * sysdeps/vax/ffs.s: Likewise. * string/string.h: Declare __ffs. * libc.map: Export it. * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of __builtin_ffs, which is not guaranteed to be namespace clean. 1998-03-06 Andreas Schwab * elf/sprof.c: Rewrite symbol handling to use the normal symbol table, which is much more likely to exist than debugging symbols. (printsym): Remove const. (load_shobj): Don't use _dl_pagesize. Fix mapping of section header table. * libc.map: Export __profile_frequency, used by elf/sprof, to avoid infinite recursion during startup. 1998-03-09 12:16 Andreas Schwab --- libc.map | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libc.map') diff --git a/libc.map b/libc.map index 0118fd5218..4388fb50b3 100644 --- a/libc.map +++ b/libc.map @@ -99,13 +99,14 @@ GLIBC_2.0 { _rpc_dtablesize; _null_auth; _seterr_reply; __res_randomid; __getpid; __strcasecmp; __write; _strerror_internal; _dl_sysdep_output; + __ffs; # Exception handling support functions from libgcc __register_frame; __register_frame_table; __deregister_frame; __register_frame_info; __deregister_frame_info; # Profiling support - __monstartup; _mcleanup; + __monstartup; _mcleanup; __profile_frequency; # variables in normal name space argp_err_exit_status; argp_program_bug_address; argp_program_version; @@ -455,6 +456,9 @@ GLIBC_2.1 { # Changed getline function in libio. _IO_getline_info; + # chown interface change. + chown; + # functions in normal name space # Please keep them sorted by name! -- cgit v1.2.3