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/librthread/rthread.c | |
parent | 95beb993464ec317dd3bef62f3e443cb02a738f4 (diff) |
delete old lint ARGSUSED comments
Diffstat (limited to 'lib/librthread/rthread.c')
-rw-r--r-- | lib/librthread/rthread.c | 3 |
1 files changed, 1 insertions, 2 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) { |