about summary refs log tree commit diff
path: root/libc.map
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-26 09:51:29 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-26 09:51:29 +0000
commite138a80033905ff82025155c00405da998aa07d3 (patch)
treefbd032364a739542f1938a70b3f81edae76d6645 /libc.map
parent0ca7e46e1654e3165953c0485b70b75b0c3d53ae (diff)
downloadglibc-e138a80033905ff82025155c00405da998aa07d3.tar.gz
glibc-e138a80033905ff82025155c00405da998aa07d3.tar.xz
glibc-e138a80033905ff82025155c00405da998aa07d3.zip
Update.
1998-06-26  Ulrich Drepper  <drepper@cygnus.com>

	* spinlock.c: Correct test whether to compile
	__pthread_compare_and_swap or not.
Diffstat (limited to 'libc.map')
-rw-r--r--libc.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc.map b/libc.map
index 3024bbd4af..0def83f777 100644
--- a/libc.map
+++ b/libc.map
@@ -20,6 +20,10 @@ GLIBC_2.0 {
     # This is for sparc only.
     .div; .mul; .rem; .udiv; .umul; .urem;
 
+    # For alpha, unfortunately in wider use.
+    _inb; _inw; _inl; _outb; _outw; _outl; _bus_base; _bus_base_sparse;
+    _hae_shift;
+
     # helper functions
     __errno_location; __libc_init_first; __h_errno_location; __libc_start_main;