Update to pthread and addition of sys/machine.h
From-SVN: r35910
This commit is contained in:
parent
d0650b61d2
commit
47db946ca4
@ -9,6 +9,12 @@
|
||||
|
||||
|
||||
|
||||
#if defined( AIX_PTHREAD_CHECK )
|
||||
#define PTHREAD_MUTEX_INITIALIZER \
|
||||
{...init stuff...}
|
||||
#endif /* AIX_PTHREAD_CHECK */
|
||||
|
||||
|
||||
#if defined( PTHREAD_PAGE_SIZE_CHECK )
|
||||
extern int __page_size;
|
||||
#endif /* PTHREAD_PAGE_SIZE_CHECK */
|
||||
|
16
gcc/fixinc/tests/base/sys/machine.h
Normal file
16
gcc/fixinc/tests/base/sys/machine.h
Normal file
@ -0,0 +1,16 @@
|
||||
/* DO NOT EDIT THIS FILE.
|
||||
|
||||
It has been auto-edited by fixincludes from:
|
||||
|
||||
"fixinc/tests/inc/sys/machine.h"
|
||||
|
||||
This had to be done to correct non-standard usages in the
|
||||
original, manufacturer supplied header file. */
|
||||
|
||||
|
||||
|
||||
#if defined( AIX_SYSMACHINE_CHECK )
|
||||
#define FOO bar \
|
||||
baz \
|
||||
bat
|
||||
#endif /* AIX_SYSMACHINE_CHECK */
|
Loading…
Reference in New Issue
Block a user