Update to pthread and addition of sys/machine.h

From-SVN: r35910
This commit is contained in:
Bruce Korb 2000-08-23 14:13:18 +00:00
parent d0650b61d2
commit 47db946ca4
2 changed files with 22 additions and 0 deletions

View File

@ -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 */

View 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 */