fix siginfo adaption -- the "compat_16" prefix

shouldn't be exposed as a symbol
This commit is contained in:
drochner 2004-03-26 21:24:14 +00:00
parent 85fa9b7250
commit 598cd4e454
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: __sigreturn14.S,v 1.3 2003/10/07 17:08:07 skd Exp $ */
/* $NetBSD: __sigreturn14.S,v 1.4 2004/03/26 21:24:14 drochner Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@ -27,7 +27,6 @@
* rights to redistribute these changes.
*/
#define __HAVE_SIGINFO
#include "SYS.h"
/*
@ -36,4 +35,4 @@
* (XXX PROFILING)
*/
RSYSCALL(compat_16___sigreturn14)
PSEUDO(__sigreturn14,compat_16___sigreturn14)