Module Name: src
Committed By: christos
Date: Wed Apr 4 17:47:03 UTC 2012
Modified Files:
src/lib/libpthread: pthread_cancelstub.c
Log Message:
trailing whitespace police.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libpthread/pthread_cancelstub.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/pthread_cancelstub.c
diff -u src/lib/libpthread/pthread_cancelstub.c:1.36 src/lib/libpthread/pthread_cancelstub.c:1.37
--- src/lib/libpthread/pthread_cancelstub.c:1.36 Wed Apr 4 02:29:16 2012
+++ src/lib/libpthread/pthread_cancelstub.c Wed Apr 4 13:47:03 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_cancelstub.c,v 1.36 2012/04/04 06:29:16 agc Exp $ */
+/* $NetBSD: pthread_cancelstub.c,v 1.37 2012/04/04 17:47:03 christos Exp $ */
/*-
* Copyright (c) 2002, 2007 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#undef _FORTIFY_SOURCE
#include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread_cancelstub.c,v 1.36 2012/04/04 06:29:16 agc Exp $");
+__RCSID("$NetBSD: pthread_cancelstub.c,v 1.37 2012/04/04 17:47:03 christos Exp $");
#ifndef lint
@@ -593,7 +593,7 @@ __sigtimedwait50(const sigset_t * __rest
return retval;
}
-int
+int
sigwait(const sigset_t * __restrict set, int * __restrict sig)
{
pthread_t self;