diff options
Diffstat (limited to 'libc.map')
-rw-r--r-- | libc.map | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc.map b/libc.map index fec1c49832..b23a8ff5d3 100644 --- a/libc.map +++ b/libc.map @@ -11,6 +11,7 @@ GLIBC_2.0 { _nl_current_LC_COLLATE; __collate_element_hash; __collate_element_strings; __collate_symbol_classes; __collate_symbol_hash; __collate_symbol_strings; + _obstack; # helper functions __errno_location; __libc_init_first; __h_errno_location; @@ -81,7 +82,7 @@ GLIBC_2.0 { _IO_str_underflow; _IO_str_init_static; _IO_str_init_readonly; _IO_str_seekoff; _IO_str_pbackfail; _IO_list_all; _IO_file_jumps; _IO_peekc_locked; - _rpc_dtablesize; + _rpc_dtablesize; _null_auth; _seterr_reply; # all functions and variables in the normal name space a*; b*; c*; d*; e*; f*; g*; h*; i*; j*; k*; l*; m*; |