Module Name: src
Committed By: skrll
Date: Sun May 5 10:28:11 UTC 2013
Modified Files:
src/tests/lib/libc/sys: t_swapcontext.c
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_swapcontext.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/sys/t_swapcontext.c
diff -u src/tests/lib/libc/sys/t_swapcontext.c:1.2 src/tests/lib/libc/sys/t_swapcontext.c:1.3
--- src/tests/lib/libc/sys/t_swapcontext.c:1.2 Thu Sep 27 09:56:21 2012
+++ src/tests/lib/libc/sys/t_swapcontext.c Sun May 5 10:28:11 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: t_swapcontext.c,v 1.2 2012/09/27 09:56:21 skrll Exp $ */
+/* $NetBSD: t_swapcontext.c,v 1.3 2013/05/05 10:28:11 skrll Exp $ */
/*
* Copyright (c) 2012 Emmanuel Dreyfus. All rights reserved.
@@ -88,9 +88,9 @@ mainfunc(void)
if (!alter_tlsbase)
nctx.uc_flags &= ~_UC_TLSBASE;
#endif /* _UC_TLSBASE */
-
+
makecontext(&nctx, swapfunc, 0);
-
+
_lwp_setprivate(&val2);
otls = _lwp_getprivate();
printf("before swapcontext TLS pointer = %p\n", otls);