diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-13 07:30:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-13 07:30:27 +0000 |
commit | 3737ff12bcf09b8724905483b57e063125e0f43c (patch) | |
tree | f21c08bfcd0c032ebdd9c9e0f80f8ce5567f7e34 /linuxthreads/Makefile | |
parent | 07d641eba62594c93ea37d12b1d18fc3c5b64b6d (diff) | |
download | glibc-3737ff12bcf09b8724905483b57e063125e0f43c.tar glibc-3737ff12bcf09b8724905483b57e063125e0f43c.tar.gz glibc-3737ff12bcf09b8724905483b57e063125e0f43c.tar.bz2 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/Makefile | 4 |
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 |