diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-02 04:02:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-02 04:02:39 +0000 |
commit | d989a5dcc00a0c1698997e43743b701c5e0b60ca (patch) | |
tree | b0a6974a006874c898ada51d211f19cfae270388 | |
parent | 63c36c1713336dc02e9dc0f7135279e1f1dbeb8d (diff) |
hide div functions in libc, but export them in ldso so that other shared libs dont barf on us
-rw-r--r-- | libc/sysdeps/linux/alpha/divrem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/divrem.h b/libc/sysdeps/linux/alpha/divrem.h index 8e51bf62f..bd4e2d1be 100644 --- a/libc/sysdeps/linux/alpha/divrem.h +++ b/libc/sysdeps/linux/alpha/divrem.h @@ -85,7 +85,9 @@ .ent UFUNC_NAME .globl UFUNC_NAME +#ifndef IS_IN_rtld .hidden UFUNC_NAME +#endif .align 3 UFUNC_NAME: |