]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
power*/SYS.h: implement _SYSCALL_BODY() macro
authorBrooks Davis <brooks@FreeBSD.org>
Thu, 21 Dec 2023 17:57:14 +0000 (17:57 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Thu, 21 Dec 2023 17:57:14 +0000 (17:57 +0000)
commite88e1272792e41cbf0a5af1f5f0a858afece0475
tree6ca2a0837ab06e293108ba680f08e4fb1c6b657d
parentbd1654ce92569bbfbe513749db08cdd781b3a036
power*/SYS.h: implement _SYSCALL_BODY() macro

Add _SYSCALL_BODY() macro which invokes the syscall via _SYCALL() and
calls cerror as required.  Use to implement PSEUDO() and RSYSCALL().

Reviewed by: jhibbits
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D43056
lib/libc/powerpc/SYS.h
lib/libc/powerpc64/SYS.h