diff options
-rw-r--r-- | libpthread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile index d3f3f2a48..6a8bb6d91 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -27,7 +27,8 @@ endif all: subdirs -# NPTL does not have a generic pthreadtypes.h ? +# NPTL does not have a generic pthreadtypes.h +# and each arch has to have both semaphore.h/pthreadtypes.h ? headers: $(LN) -sf $(PTDIR)/sysdeps/pthread/pthread.h $(TOPDIR)include/ $(LN) -sf $(PTDIR)/semaphore.h $(TOPDIR)include/ |