diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-11-01 03:52:18 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-11-01 03:52:18 +0000 |
commit | 8bcb289d2ab6a66e8975dab144e31a9796a64bcb (patch) | |
tree | 16a2b9882ebb5ee7fd09cee6c6caa7749c05e24b /lib | |
parent | 95beb993464ec317dd3bef62f3e443cb02a738f4 (diff) |
delete old lint ARGSUSED comments
Diffstat (limited to 'lib')
-rw-r--r-- | lib/librthread/rthread.c | 3 | ||||
-rw-r--r-- | lib/librthread/rthread_rwlock.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/librthread/rthread.c b/lib/librthread/rthread.c index 944e56f8bf6..3d8f0e642cc 100644 --- a/lib/librthread/rthread.c +++ b/lib/librthread/rthread.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread.c,v 1.85 2015/10/23 04:39:24 guenther Exp $ */ +/* $OpenBSD: rthread.c,v 1.86 2015/11/01 03:52:17 guenther Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org> * All Rights Reserved. @@ -146,7 +146,6 @@ _rthread_start(void *v) pthread_exit(retval); } -/* ARGSUSED0 */ static void sigthr_handler(__unused int sig) { diff --git a/lib/librthread/rthread_rwlock.c b/lib/librthread/rthread_rwlock.c index 1bf354d84da..03ad648ebd8 100644 --- a/lib/librthread/rthread_rwlock.c +++ b/lib/librthread/rthread_rwlock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_rwlock.c,v 1.4 2013/06/01 23:06:26 tedu Exp $ */ +/* $OpenBSD: rthread_rwlock.c,v 1.5 2015/11/01 03:52:17 guenther Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org> * Copyright (c) 2012 Philip Guenther <guenther@openbsd.org> @@ -33,7 +33,6 @@ static struct _spinlock rwlock_init_lock = _SPINLOCK_UNLOCKED; -/* ARGSUSED1 */ int pthread_rwlock_init(pthread_rwlock_t *lockp, const pthread_rwlockattr_t *attrp __unused) |