diff options
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r-- | lib/libc/posix1e/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/mac.c b/lib/libc/posix1e/mac.c index 38cc094..9d29438 100644 --- a/lib/libc/posix1e/mac.c +++ b/lib/libc/posix1e/mac.c @@ -55,7 +55,7 @@ static int internal_initialized; * * XXXMAC: Not thread-safe. */ -LIST_HEAD(, label_default) label_default_head; +static LIST_HEAD(, label_default) label_default_head; struct label_default { char *ld_name; char *ld_labels; |