diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-02-26 19:31:39 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 18:22:49 +0100 |
commit | 1fc68eae4846de4a1e276e68aee743ef731f3e91 (patch) | |
tree | e4ef9d6e4c6e76909f7326d7d8d47e9d30d6039f /libc/misc/pthread/tsd.c | |
parent | d15e625b3c53c0059644d7b8323b49005f84fb36 (diff) |
add missing prototypes
Add some missing prototypes
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/misc/pthread/tsd.c')
-rw-r--r-- | libc/misc/pthread/tsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/misc/pthread/tsd.c b/libc/misc/pthread/tsd.c index 835ee22ce..0c222e8e9 100644 --- a/libc/misc/pthread/tsd.c +++ b/libc/misc/pthread/tsd.c @@ -2,6 +2,7 @@ We define it here instead of in libpthread so t here instead of in libpthread so that it doesn't need to have a TLS segment of its own just for this one pointer. */ +void **__libc_dl_error_tsd(void) __attribute__ ((const)); void ** __attribute__ ((const)) __libc_dl_error_tsd (void) { |