Renamed reference to compat syscall to conform to new naming scheme.
This commit is contained in:
parent
84308157cc
commit
059c35bcd9
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: sigprocmask.S,v 1.2 2000/08/04 08:47:05 tsubai Exp $ */
|
/* $NetBSD: sigprocmask.S,v 1.3 2001/04/09 16:08:41 marcus Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1990 The Regents of the University of California.
|
* Copyright (c) 1990 The Regents of the University of California.
|
||||||
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#if defined(SYSLIBC_SCCS) && !defined(lint)
|
#if defined(SYSLIBC_SCCS) && !defined(lint)
|
||||||
RCSID("$NetBSD: sigprocmask.S,v 1.2 2000/08/04 08:47:05 tsubai Exp $")
|
RCSID("$NetBSD: sigprocmask.S,v 1.3 2001/04/09 16:08:41 marcus Exp $")
|
||||||
#endif /* SYSLIBC_SCCS and not lint */
|
#endif /* SYSLIBC_SCCS and not lint */
|
||||||
|
|
||||||
#include "SYS.h"
|
#include "SYS.h"
|
||||||
@ -75,7 +75,7 @@ err:
|
|||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
LSYS_sigprocmask13:
|
LSYS_sigprocmask13:
|
||||||
.long SYS_compat_13_sigprocmask
|
.long SYS_compat_13_sigprocmask13
|
||||||
Lcerror:
|
Lcerror:
|
||||||
.long cerror
|
.long cerror
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user