Commit 47db946c by Bruce Korb

Update to pthread and addition of sys/machine.h

From-SVN: r35910
parent d0650b61
......@@ -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 */
/* 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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment