mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D31378
This commit is contained in:
parent
b60770fceb
commit
2d319ebe5c
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#ifndef __LIBC_COMPAT_H__
|
||||
#define __LIBC_COMPAT_H__
|
||||
|
||||
#define __sym_compat(sym,impl,verid) \
|
||||
#define __sym_compat(sym, impl, verid) \
|
||||
.symver impl, sym@verid
|
||||
|
||||
#ifndef NO_COMPAT7
|
||||
|
|
@ -74,7 +74,7 @@ __sym_compat(kevent, freebsd11_kevent, FBSD_1.0);
|
|||
#define __weak_reference(sym,alias) \
|
||||
.weak alias;.equ alias,sym
|
||||
|
||||
__weak_reference(__sys_fcntl,__fcntl_compat)
|
||||
__weak_reference(__sys_fcntl, __fcntl_compat)
|
||||
|
||||
#undef __weak_reference
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue