makesyscalls: Remove _native suffix handling

This supported a hack we used in CheriBSD which has been removed.

Reviewed by:	kevans
This commit is contained in:
Brooks Davis 2021-11-22 22:36:56 +00:00
parent 97fdcfcaf7
commit 5203efead7

View File

@ -581,7 +581,6 @@ local function process_args(args)
-- XX TODO: Forward declarations? See: sysstubfwd in CheriBSD
if abi_change then
local abi_type_suffix = config["abi_type_suffix"]
argtype = argtype:gsub("_native ", "")
argtype = argtype:gsub("(struct [^ ]*)", "%1" ..
abi_type_suffix)
argtype = argtype:gsub("(union [^ ]*)", "%1" ..