diff options
Diffstat (limited to 'sys/tools/syscalls/scripts/libsys_h.lua')
| -rwxr-xr-x | sys/tools/syscalls/scripts/libsys_h.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tools/syscalls/scripts/libsys_h.lua b/sys/tools/syscalls/scripts/libsys_h.lua index 75627f08750f..91349d5dc870 100755 --- a/sys/tools/syscalls/scripts/libsys_h.lua +++ b/sys/tools/syscalls/scripts/libsys_h.lua @@ -31,7 +31,7 @@ function libsys_h.generate(tbl, config, fh) local print_decl = function (sc) return sc:native() and not sc.type.NODEF and - not sc.type.SYSMUX and sc.name ~= "yield" + not sc.type.NOLIB and not sc.type.SYSMUX end -- Bind the generator to the parameter file. |
