aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-07-28 13:37:56 +0000
committerAndreas Jaeger <aj@suse.de>2000-07-28 13:37:56 +0000
commitaf9a0841858f2fa22a3bd699556fba2ab8af6215 (patch)
tree754775df2ff2149e85a5e95cff1b7516061f029c /sysdeps/unix/sysv/linux/mips/Makefile
parentfdfb2eccca5b587fd762fe813b8717fe1bb722d3 (diff)
downloadglibc-af9a0841858f2fa22a3bd699556fba2ab8af6215.zip
glibc-af9a0841858f2fa22a3bd699556fba2ab8af6215.tar.gz
glibc-af9a0841858f2fa22a3bd699556fba2ab8af6215.tar.bz2
Update.
2000-07-12 Maciej W. Rozycki <macro@ds2.pg.gda.pl> * sysdeps/unix/sysv/linux/mips/Dist: Add sys/tas.h. * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines): Add _test_and_set. (headers): Add sys/tas.h. * sysdeps/unix/sysv/linux/mips/Versions: Export _test_and_set for GLIBC_2.2 from libc. * sysdeps/unix/sysv/linux/mips/_test_and_set.c: New file. * sysdeps/unix/sysv/linux/mips/sys/tas.h: New file for _test_and_set.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/mips/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/Makefile b/sysdeps/unix/sysv/linux/mips/Makefile
index 41451ca..65365e1 100644
--- a/sysdeps/unix/sysv/linux/mips/Makefile
+++ b/sysdeps/unix/sysv/linux/mips/Makefile
@@ -5,7 +5,7 @@ sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
endif
ifeq ($(subdir),misc)
-sysdep_routines += cachectl cacheflush sysmips
+sysdep_routines += cachectl cacheflush sysmips _test_and_set
-headers += sys/cachectl.h sys/sysmips.h
+headers += sys/cachectl.h sys/sysmips.h sys/tas.h
endif