diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-17 04:48:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-17 04:48:58 +0000 |
commit | ba109ec5301dcd1efdc47258089f9a44a00531e4 (patch) | |
tree | 96ce5819abb3574465491cbaf1c78ed983b42482 /libc/sysdeps/linux/bfin/setjmp.S | |
parent | 895bc8cf93c75d70810106e12417963860a696d7 (diff) |
restore proper comment headers as well as cut pointless includes as pointed out by Peter S. Mazinger
Diffstat (limited to 'libc/sysdeps/linux/bfin/setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/bfin/setjmp.S | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/libc/sysdeps/linux/bfin/setjmp.S b/libc/sysdeps/linux/bfin/setjmp.S index 7ca92106f..1b304f84d 100644 --- a/libc/sysdeps/linux/bfin/setjmp.S +++ b/libc/sysdeps/linux/bfin/setjmp.S @@ -1,17 +1,11 @@ - -/* Cetjmp for the Blackfin project +/* setjmp for the Blackfin project * - * Copyright (C) 2003, Metrowerks + * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> + * Copyright (C) 2003 Metrowerks * Based on code from Analog Devices. * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License. See the file COPYING.LIB in the main - * directory of this archive for more details. - * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#define _ASM -#define _SETJMP_H -#include <bits/setjmp.h> .text .global ___sigsetjmp; |