summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sem_open.c
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-11-09 14:57:12 -0800
committerAustin Foxley <austinf@cetoncorp.com>2009-11-09 14:57:36 -0800
commit4ea99259d3a07356dfb696fd88efd4d087479dec (patch)
treeb0fa4c432deb201ba4aa3b1460aea638971efda1 /libpthread/nptl/sem_open.c
parent8ce4b857ab234368df4379354029c1b02bd0afac (diff)
downloaduClibc-alpine-4ea99259d3a07356dfb696fd88efd4d087479dec.tar.bz2
uClibc-alpine-4ea99259d3a07356dfb696fd88efd4d087479dec.tar.xz
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/sem_open.c')
-rw-r--r--libpthread/nptl/sem_open.c2
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. */