diff options
author | bje <bje> | 1998-07-13 15:08:06 +0000 |
---|---|---|
committer | bje <bje> | 1998-07-13 15:08:06 +0000 |
commit | c3c9f642be685377072f5ec7a316abb1962e5f95 (patch) | |
tree | 9eb7cc805f24dd3e70f262eaf1abc75f8312344c | |
parent | 99da31c6c17512641a137046160061031229a963 (diff) |
1998-07-14 Ben Elliston <bje@cygnus.com>
* condvar.c (pthread_condattr_init): Add `_cond' to function name.
-rw-r--r-- | condvar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include "pthread.h" int -pthread_cond_init(pthread_condattr_t *attr) +pthread_condattr_init(pthread_condattr_t *attr) { if (attr == NULL) { |