diff options
Diffstat (limited to 'libc/sysdeps/linux/sh/longjmp.c')
-rw-r--r-- | libc/sysdeps/linux/sh/longjmp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/sh/longjmp.c b/libc/sysdeps/linux/sh/longjmp.c index 9c81e0432..a17147d5f 100644 --- a/libc/sysdeps/linux/sh/longjmp.c +++ b/libc/sysdeps/linux/sh/longjmp.c @@ -1,5 +1,5 @@ /* Copyright (C) 1991, 92, 94, 95, 97, 98, 2000 Free Software Foundation, Inc. - Copyright (C) 2001 Hewlett-Packard Australia
+ Copyright (C) 2001 Hewlett-Packard Australia This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free @@ -18,8 +18,8 @@ Derived in part from the Linux-8086 C library, the GNU C Library, and several other sundry sources. Files within this library are copyright by their respective copyright holders. -*/
-
+*/ + #include <stddef.h> #include <setjmp.h> #include <signal.h> |