Bug#496715: Should provide more pthread_* functions

View: New views
2 Messages — Rating Filter:   Alert me  

Bug#496715: Should provide more pthread_* functions

by Samuel Thibault-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

Just an obvious fixup for the pthread_exit function, see attached patch.

Samuel

--- ./stubs.c.orig 2009-11-02 01:21:03.000000000 +0100
+++ ./stubs.c 2009-11-02 01:21:12.000000000 +0100
@@ -157,7 +157,7 @@
 #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

Bug#496715: Bug#496715: Should provide more pthread_* functions

by Julien Danjou-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

At 1257121363 time_t, Samuel Thibault wrote:
> Just an obvious fixup for the pthread_exit function, see attached patch.

Pushed, thanks.

Cheers,
--
Julien Danjou
// ᐰ <julien@...>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Tomorrow I was nothing, yesterday I'll be.


_______________________________________________
Xcb mailing list
Xcb@...
http://lists.freedesktop.org/mailman/listinfo/xcb

signature.asc (205 bytes) Download Attachment