X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/51631861ddb16afcfcf748cee26c14481549065e..59e0d9fe772464b93d835d2a2964457702469a43:/pthreads/pthread.h diff --git a/pthreads/pthread.h b/pthreads/pthread.h index 598e7f0..863c6cc 100644 --- a/pthreads/pthread.h +++ b/pthreads/pthread.h @@ -3,6 +3,8 @@ * * @APPLE_LICENSE_HEADER_START@ * + * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved. + * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in @@ -61,6 +63,7 @@ #include #include #include +#include /* temporary - need to fix correctly */ #ifndef _POSIX_C_SOURCE #include @@ -80,11 +83,6 @@ /* These will be moved to unistd.h */ - -/* These two should be defined also */ -#undef _POSIX_THREAD_PROCESS_SHARED -#undef _POSIX_THREAD_SAFE_FUNCTIONS - /* * Note: These data structures are meant to be opaque. Only enough * structure is exposed to support initializers.