diff options
Diffstat (limited to 'libc.map')
-rw-r--r-- | libc.map | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libc.map b/libc.map index d6f235f407..15f6e62205 100644 --- a/libc.map +++ b/libc.map @@ -20,6 +20,9 @@ GLIBC_2.0 { # This is for ix86 only. _fp_hw; + # This is for sparc only. + .div; .mul; .rem; .udiv; .umul; .urem; + # helper functions __errno_location; __libc_init_first; __h_errno_location; __libc_current_sigrtmin; __libc_current_sigrtmax; __libc_allocate_rtsig; @@ -443,4 +446,12 @@ GLIBC_2.1 { # Since we have new signals this structure changed. _sys_siglist; sys_siglist; sys_sigabbrev; + # Linux/Alpha 64-bit timeval functions. + __select; select; + __gettimeofday; gettimeofday; settimeofday; + getitimer; setitimer; + utimes; + getrusage; + wait4; + } GLIBC_2.0; |