diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-24 16:02:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-24 16:02:42 +0000 |
commit | 5408c7570131baaac58facae8aa091195ab3492d (patch) | |
tree | 81552d3b6aea342af9f6e69dc291c97b16ab6f20 /linuxthreads/Makefile | |
parent | f8f7e09075d5f9b2b8aec8b757bd372aa8afa26c (diff) | |
download | glibc-5408c7570131baaac58facae8aa091195ab3492d.tar.gz glibc-5408c7570131baaac58facae8aa091195ab3492d.tar.xz glibc-5408c7570131baaac58facae8aa091195ab3492d.zip |
Update.
1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty __USER_LABEL_PREFIX__. (__ASMNAME, __ASMNAME2): New macros.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index cdfe06c66e..d75cb73631 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -21,7 +21,7 @@ # subdir := linuxthreads -libpthread-version=0.7 +linuxthreads-version=0.7 headers := pthread.h semaphore.h bits/semaphore.h distribute := internals.h queue.h restart.h spinlock.h |