about summary refs log tree commit diff
path: root/linuxthreads/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-13 07:30:27 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-13 07:30:27 +0000
commit3737ff12bcf09b8724905483b57e063125e0f43c (patch)
treef21c08bfcd0c032ebdd9c9e0f80f8ce5567f7e34 /linuxthreads/Makefile
parent07d641eba62594c93ea37d12b1d18fc3c5b64b6d (diff)
downloadglibc-3737ff12bcf09b8724905483b57e063125e0f43c.tar.gz
glibc-3737ff12bcf09b8724905483b57e063125e0f43c.tar.xz
glibc-3737ff12bcf09b8724905483b57e063125e0f43c.zip
Update.
2000-04-13  Ulrich Drepper  <drepper@redhat.com>

	* posix/globtest.sh: Work around inconsistency with expanding ~/
	in shell (PR libc/1690).  Reported by patsmith@pobox.com.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r--linuxthreads/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile
index d2b154285d..b51ea84f33 100644
--- a/linuxthreads/Makefile
+++ b/linuxthreads/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -35,7 +35,7 @@ extra-libs-others := $(extra-libs)
 libpthread-routines := attr cancel condvar join manager mutex ptfork \
 		       ptlongjmp pthread signals specific errno lockfile \
 		       semaphore spinlock wrapsyscall rwlock pt-machine \
-		       oldsemaphore events
+		       oldsemaphore events getcpuclockid
 
 vpath %.c Examples
 tests = ex1 ex2 ex3 ex4 ex5 ex6