sync with OpenBSD -current
This commit is contained in:
parent
4c73aa256c
commit
086d8cf2c2
118 changed files with 975 additions and 393 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: DEFS.h,v 1.3 2017/11/29 05:13:57 guenther Exp $ */
|
||||
/* $OpenBSD: DEFS.h,v 1.4 2023/12/10 16:45:51 deraadt Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2017 Philip Guenther <guenther@openbsd.org>
|
||||
*
|
||||
|
@ -47,3 +47,9 @@
|
|||
#else
|
||||
#define END_BUILTIN(x) END_STRONG(x)
|
||||
#endif
|
||||
|
||||
#define PINSYSCALL(sysno, label) \
|
||||
.pushsection .openbsd.syscalls,"",@progbits; \
|
||||
.long label; \
|
||||
.long sysno; \
|
||||
.popsection;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue