diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-04 15:28:15 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-04 15:28:15 +0000 |
commit | da595aca3aef049535b12fdcec0e77c787286779 (patch) | |
tree | 194790db19c19d195854eed154e650f3435b53b3 | |
parent | c0b31e50087228fd0efd17b4703e1fc3099cb3b9 (diff) |
Add another comment
-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/ |