diff options
author | rpj <rpj> | 1998-07-12 15:55:40 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-07-12 15:55:40 +0000 |
commit | 4896eb26a6c8fc24e8d12a180f3a10027abb4127 (patch) | |
tree | eb759d5b67445d99ff27759d87cece5e0437e269 /pthread.h | |
parent | 81fc28d29a37bf2906025a5648e92a6503479e97 (diff) |
See the ChangeLog.
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -16,7 +16,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* FIXME: do not include function prototypes for functions which are - not yet implemented. This will allows us to keep a better handle on + not yet implemented. This will allow us to keep a better handle on where we're at. */ #ifndef _PTHREADS_H @@ -106,9 +106,3 @@ int pthread_mutexattr_getprioceiling(const pthread_mutexattr_t *attr, #endif /* __cplusplus */ #endif /* _PTHREADS_H */ - - - - - - |