Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/04/1997 21:10:03
tv
Thu Dec  4 13:00:19 PST 1997
Update of /cvsroot/src/lib/libc/arch/sparc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv15769

Modified Files:
	setjmp.S 
Log Message:
Quick fix to repair runtime link problem with libc - "SYS_sigaltstack
undefined".  The sigaltstack structure layout didn't actually change on
the sparc, so just change the syscall name.  A better fix would probably
be to replace the direct system call with a function call to the libc
sigaltstack().