diff options
author | jbj <devnull@localhost> | 2003-04-30 01:03:33 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-04-30 01:03:33 +0000 |
commit | dc60eb0074ed651ea687d190150e3037b9057349 (patch) | |
tree | 08279a96fc30c8198109bafaf85391413079c660 /rpmio/rpmsq.c | |
parent | ac36dd47499046706dc9c464bc1df398fe6a578b (diff) | |
download | librpm-tizen-dc60eb0074ed651ea687d190150e3037b9057349.tar.gz librpm-tizen-dc60eb0074ed651ea687d190150e3037b9057349.tar.bz2 librpm-tizen-dc60eb0074ed651ea687d190150e3037b9057349.zip |
beecrypt-3.0.0 merge: doxygen pass.
CVS patchset: 6792
CVS date: 2003/04/30 01:03:33
Diffstat (limited to 'rpmio/rpmsq.c')
-rw-r--r-- | rpmio/rpmsq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmsq.c b/rpmio/rpmsq.c index 439f3a7c8..ecff7ee6e 100644 --- a/rpmio/rpmsq.c +++ b/rpmio/rpmsq.c @@ -74,7 +74,7 @@ int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) extern int pthread_mutex_destroy(pthread_mutex_t *mutex) /*@modifies *mutex @*/; extern int pthread_mutex_init(/*@out@*/ pthread_mutex_t *restrict mutex, - const pthread_mutexattr_t *restrict attr) + /*@null@*/ const pthread_mutexattr_t *restrict attr) /*@modifies *mutex @*/; extern int pthread_mutex_lock(pthread_mutex_t *mutex) |