summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-10-04 15:28:15 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-10-04 15:28:15 +0000
commitda595aca3aef049535b12fdcec0e77c787286779 (patch)
tree194790db19c19d195854eed154e650f3435b53b3 /libpthread
parentc0b31e50087228fd0efd17b4703e1fc3099cb3b9 (diff)
Add another comment
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/Makefile3
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/