Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102575863
D44236.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
772 B
Referenced Files
None
Subscribers
None
D44236.diff
View Options
diff --git a/lib/libsys/syscalls.map b/lib/libsys/syscalls.map
--- a/lib/libsys/syscalls.map
+++ b/lib/libsys/syscalls.map
@@ -353,8 +353,6 @@
__sys_aio_cancel;
_aio_error;
__sys_aio_error;
- _yield;
- __sys_yield;
_mlockall;
__sys_mlockall;
_munlockall;
diff --git a/sys/tools/makesyscalls.lua b/sys/tools/makesyscalls.lua
--- a/sys/tools/makesyscalls.lua
+++ b/sys/tools/makesyscalls.lua
@@ -924,6 +924,10 @@
config.syscallprefix, funcalias, sysnum))
write_line("sysmk", string.format(" \\\n\t%s.o",
funcalias))
+ -- yield has never been exposed as a syscall
+ if funcalias == "yield" then
+ return
+ end
if funcalias ~= "exit" and funcalias ~= "vfork" then
write_line("libsysmap", string.format("\t_%s;\n",
funcalias))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 6:36 AM (13 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14639322
Default Alt Text
D44236.diff (772 B)
Attached To
Mode
D44236: libsys: don't try to expose yield
Attached
Detach File
Event Timeline
Log In to Comment