diff options
author | Samuel Thibault <sthibault@debian.org> | 2009-11-02 01:22:43 +0100 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2009-11-06 09:58:23 +0100 |
commit | be486b72eb0695684307e1c169b7a76337d12581 (patch) | |
tree | 248aa2b8040ac1c1a8dec8f5bc8b6c9805d549c5 | |
parent | 9cd44d019cc2e01ee33f7234d0804fe42fcaa41a (diff) |
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r-- | stubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ int pthread_equal() __attribute__ ((weak, alias ("__pthread_equal_stub"))); #ifndef HAVE_PTHREAD_EXIT #define NEED_EXIT_STUB # ifdef SUPPORT_ATTRIBUTE_ALIAS -int pthread_exit() __attribute__ ((weak, alias ("__pthread_exit_stub"))); +void pthread_exit() __attribute__ ((weak, alias ("__pthread_exit_stub"))); # else # pragma weak pthread_exit = __pthread_exit_stub # endif |