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 --- libc/misc/internals/tempname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/internals/tempname.c') diff --git a/libc/misc/internals/tempname.c b/libc/misc/internals/tempname.c index 4abd3c6aa..4145c9478 100644 --- a/libc/misc/internals/tempname.c +++ b/libc/misc/internals/tempname.c @@ -175,7 +175,7 @@ static void brain_damaged_fillrand(unsigned char *buf, unsigned int len) __GT_DIR: create a directory with given mode. */ -int attribute_hidden __gen_tempname (char *tmpl, int kind, mode_t mode) +int __gen_tempname (char *tmpl, int kind, mode_t mode) { char *XXXXXX; unsigned int i; -- cgit v1.2.3