X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Flibc%2Ferrno.h;h=d7ab369ebc2d0a186fd1d5402833d94c0b2a9ba7;hp=dd9b14fe980a1357dd6234fe792d812c0253df9d;hb=27a78ae0ed500338ad3df62e67709ff8cc247e6d;hpb=a7a5ced32b6e0bd417ee7839fac245de29a81fe5 diff --git a/src/libc/errno.h b/src/libc/errno.h index dd9b14f..d7ab369 100644 --- a/src/libc/errno.h +++ b/src/libc/errno.h @@ -33,4 +33,6 @@ along with this program. If not, see . #define EBUG 127 /* for missing features and known bugs */ +int errno; + #endif /* ERRNO_H_ */