Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/i386/sys need __HAVE_SIGINFO to get the right ...



details:   https://anonhg.NetBSD.org/src/rev/520a275d286a
branches:  trunk
changeset: 551809:520a275d286a
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 12 13:29:46 2003 +0000

description:
need __HAVE_SIGINFO to get the right flavor of the sigreturn symbol.

diffstat:

 lib/libc/arch/i386/sys/__sigreturn14.S |  6 +++---
 lib/libc/arch/i386/sys/__sigtramp1.S   |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 264aac838519 -r 520a275d286a lib/libc/arch/i386/sys/__sigreturn14.S
--- a/lib/libc/arch/i386/sys/__sigreturn14.S    Fri Sep 12 13:05:28 2003 +0000
+++ b/lib/libc/arch/i386/sys/__sigreturn14.S    Fri Sep 12 13:29:46 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: __sigreturn14.S,v 1.5 2003/09/12 12:42:34 christos Exp $       */
+/*     $NetBSD: __sigreturn14.S,v 1.6 2003/09/12 13:29:46 christos Exp $       */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -33,10 +33,10 @@
  *
  *     from: @(#)sigreturn.s   5.2 (Berkeley) 12/17/90"
  */
-
+#define __HAVE_SIGINFO
 #include <machine/asm.h>
 #if defined(SYSLIBC_SCCS) && !defined(lint)
-       RCSID("$NetBSD: __sigreturn14.S,v 1.5 2003/09/12 12:42:34 christos Exp $")
+       RCSID("$NetBSD: __sigreturn14.S,v 1.6 2003/09/12 13:29:46 christos Exp $")
 #endif /* SYSLIBC_SCCS and not lint */
 
 #include "SYS.h"
diff -r 264aac838519 -r 520a275d286a lib/libc/arch/i386/sys/__sigtramp1.S
--- a/lib/libc/arch/i386/sys/__sigtramp1.S      Fri Sep 12 13:05:28 2003 +0000
+++ b/lib/libc/arch/i386/sys/__sigtramp1.S      Fri Sep 12 13:29:46 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: __sigtramp1.S,v 1.2 2003/09/12 12:42:34 christos Exp $ */
+/*     $NetBSD: __sigtramp1.S,v 1.3 2003/09/12 13:29:47 christos Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  */
-
+#define __HAVE_SIGINFO
 #include "SYS.h"
 
 /*



Home | Main Index | Thread Index | Old Index