1
0
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:
Roland McGrath
2003-02-16 03:55:27 +00:00
parent 8321ef15ae
commit b0104b6f8d
4 changed files with 40 additions and 13 deletions

View File

@@ -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\