diff options
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 8178aba651..bcf97ec0bd 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -23,7 +23,7 @@ subdir := nptl include ../Makeconfig headers := pthread.h semaphore.h bits/semaphore.h threads.h \ - bits/struct_mutex.h + bits/struct_mutex.h bits/struct_rwlock.h extra-libs := libpthread extra-libs-others := $(extra-libs) |