mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
* mach/errsystems.awk: Include <errno.h> in generated output.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
BEGIN {
|
||||
print "#include <mach/error.h>\n#include <errorlib.h>";
|
||||
print "#define static static const"
|
||||
print "#include <errno.h>";
|
||||
print "#include <mach/error.h>";
|
||||
print "#include <errorlib.h>";
|
||||
print "#define static static const";
|
||||
nsubs = split(subsys, subs);
|
||||
while (nsubs > 0) printf "#include \"%s\"\n", subs[nsubs--];
|
||||
print "\n\n\
|
||||
|
||||
Reference in New Issue
Block a user