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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/internals/tempname.h') diff --git a/libc/misc/internals/tempname.h b/libc/misc/internals/tempname.h index e75b632d8..017dc5190 100644 --- a/libc/misc/internals/tempname.h +++ b/libc/misc/internals/tempname.h @@ -10,7 +10,7 @@ extern int ___path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx /*, int try_tmpdir */) attribute_hidden; #define __path_search(tmpl, tmpl_len, dir, pfx, try_tmpdir) ___path_search(tmpl, tmpl_len, dir, pfx) -extern int __gen_tempname (char *__tmpl, int __kind, mode_t mode) attribute_hidden; +extern int __gen_tempname (char *__tmpl, int __kind, mode_t mode); /* The __kind argument to __gen_tempname may be one of: */ #define __GT_FILE 0 /* create a file */ -- cgit v1.2.3