From ba109ec5301dcd1efdc47258089f9a44a00531e4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 17 May 2006 04:48:58 +0000 Subject: restore proper comment headers as well as cut pointless includes as pointed out by Peter S. Mazinger --- libc/sysdeps/linux/bfin/bsd-_setjmp.S | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libc/sysdeps/linux/bfin/bsd-_setjmp.S') diff --git a/libc/sysdeps/linux/bfin/bsd-_setjmp.S b/libc/sysdeps/linux/bfin/bsd-_setjmp.S index 69ae8f878..e2338d6cc 100644 --- a/libc/sysdeps/linux/bfin/bsd-_setjmp.S +++ b/libc/sysdeps/linux/bfin/bsd-_setjmp.S @@ -1,10 +1,10 @@ - -/* Copyright (C) 2002, David McCullough */ -/* This file is released under the LGPL, any version you like */ - -#define _ASM -#define _SETJMP_H -#include +/* __setjmp for the Blackfin project + * + * Copyright (C) 2000-2006 Erik Andersen + * Copyright (C) 2002, David McCullough + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ .text .global __setjmp; -- cgit v1.2.3