Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150330214
D31349.id92963.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
712 B
Referenced Files
None
Subscribers
None
D31349.id92963.diff
View Options
Index: sys/tools/makesyscalls.lua
===================================================================
--- sys/tools/makesyscalls.lua
+++ sys/tools/makesyscalls.lua
@@ -151,6 +151,7 @@
NOPROTO = 0x00000040,
NOSTD = 0x00000080,
NOTSTATIC = 0x00000100,
+ CAPENABLED = 0x00000200,
-- Compat flags start from here. We have plenty of space.
}
@@ -1059,7 +1060,8 @@
-- If applicable; strip the ABI prefix from the name
local stripped_name = strip_abi_prefix(funcname)
- if config["capenabled"][funcname] ~= nil or
+ if flags & known_flags['CAPENABLED'] ~= 0 or
+ config["capenabled"][funcname] ~= nil or
config["capenabled"][stripped_name] ~= nil then
sysflags = "SYF_CAPENABLED"
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 1, 6:18 AM (12 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30668236
Default Alt Text
D31349.id92963.diff (712 B)
Attached To
Mode
D31349: makesyscalls.lua: add a CAPENABLED flag
Attached
Detach File
Event Timeline
Log In to Comment