mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Forgot a '}' in a macro for DCE-threads. Thanks to Karl Nelson
2000-03-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread-posix.c (posix_check_for_error): Forgot a '}' in a macro for DCE-threads. Thanks to Karl Nelson <kenelson@ece.ucdavis.edu> for pointing that out.
This commit is contained in:
parent
1266a4b88a
commit
68c4ed996f
@ -1,3 +1,9 @@
|
||||
2000-03-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread-posix.c (posix_check_for_error): Forgot a '}' in a macro
|
||||
for DCE-threads. Thanks to Karl Nelson <kenelson@ece.ucdavis.edu>
|
||||
for pointing that out.
|
||||
|
||||
2000-03-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread-posix.c: Don't use priorities for threads, when the
|
||||
|
@ -55,7 +55,7 @@
|
||||
# define condattr_default NULL
|
||||
#elif defined(G_THREADS_IMPL_DCE)
|
||||
# define posix_check_for_error( what ) G_STMT_START{ \
|
||||
if( (what) == -1 ) { posix_print_error( what, errno ); \
|
||||
if( (what) == -1 ) { posix_print_error( what, errno ); } \
|
||||
}G_STMT_END
|
||||
# define pthread_key_create(a, b) pthread_keycreate (a, b)
|
||||
# define pthread_attr_init(a) pthread_attr_create (a)
|
||||
|
Loading…
Reference in New Issue
Block a user