瀏覽代碼

Add another comment

Peter S. Mazinger 18 年之前
父節點
當前提交
da595aca3a
共有 1 個文件被更改,包括 2 次插入1 次删除
  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/