Procházet zdrojové kódy

Add another comment

Peter S. Mazinger před 18 roky
rodič
revize
da595aca3a
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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/