summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorrpj <rpj>1998-07-12 15:55:40 +0000
committerrpj <rpj>1998-07-12 15:55:40 +0000
commit4896eb26a6c8fc24e8d12a180f3a10027abb4127 (patch)
treeeb759d5b67445d99ff27759d87cece5e0437e269 /pthread.h
parent81fc28d29a37bf2906025a5648e92a6503479e97 (diff)
See the ChangeLog.
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/pthread.h b/pthread.h
index 4d399f0..b408c76 100644
--- a/pthread.h
+++ b/pthread.h
@@ -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 */
-
-
-
-
-
-