diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-11-09 14:57:12 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-09 15:24:32 -0800 |
commit | 75273b98a91c15baa032ce920ae9c44605769679 (patch) | |
tree | 9b0feb90a50afc3eaeac5a420109f3ea36feaa30 /libpthread/nptl | |
parent | 0d1e9a17751ad7aa4ff61f3ca1f775e05eed6b60 (diff) |
make the sem_open changes actually compile
__gen_tempname now needs to not be hidden so libpthread can get at it
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl')
-rw-r--r-- | libpthread/nptl/sem_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sem_open.c b/libpthread/nptl/sem_open.c index b7279fa78..25389f0cd 100644 --- a/libpthread/nptl/sem_open.c +++ b/libpthread/nptl/sem_open.c @@ -34,7 +34,7 @@ #include <sys/statfs.h> #include <linux_fsinfo.h> #include "semaphoreP.h" -#include "../../misc/internals/tempname.h" +#include "../../libc/misc/internals/tempname.h" /* Compatibility defines. */ |