diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-16 18:27:44 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-16 18:27:44 +0000 |
commit | 4a15cc847eef004276ddaaae4dbb70dd6fb692e1 (patch) | |
tree | 7fe52fc21c5b36848599a199efbb4f15448331d7 /libc/misc | |
parent | b25ad630be8b0f362fea44a97efbead83d1dd2ae (diff) |
Correct a typo
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/internals/__errno_location.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/internals/__errno_location.c b/libc/misc/internals/__errno_location.c index c0146ce68..b0ff6dc6d 100644 --- a/libc/misc/internals/__errno_location.c +++ b/libc/misc/internals/__errno_location.c @@ -8,3 +8,5 @@ int * weak_const_function __errno_location (void) return &errno; } #ifdef IS_IN_libc /* not really need, only to keep in sync w/ libc_hidden_proto */ +libc_hidden_def(__errno_location) +#endif |