Browse Source

Add another comment

Peter S. Mazinger 18 years ago
parent
commit
da595aca3a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      libpthread/Makefile

+ 2 - 1
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/