From 75273b98a91c15baa032ce920ae9c44605769679 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Mon, 9 Nov 2009 14:57:12 -0800 Subject: 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 --- libpthread/nptl/sem_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/sem_open.c') 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 #include #include "semaphoreP.h" -#include "../../misc/internals/tempname.h" +#include "../../libc/misc/internals/tempname.h" /* Compatibility defines. */ -- cgit v1.2.3