diff options
Diffstat (limited to 'libc.map')
-rw-r--r-- | libc.map | 6 |
1 files changed, 5 insertions, 1 deletions
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! |