Fix errno.h definition

This commit is contained in:
Jeremy Soller
2018-03-07 19:46:23 -07:00
parent 633b5474db
commit 851e4d399f
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
extern int errno;
extern __thread int errno;
+1
View File
@@ -9,6 +9,7 @@ extern crate errno;
extern crate fcntl;
extern crate grp;
extern crate mman;
extern crate semaphore;
extern crate stdio;
extern crate stdlib;
extern crate string;
+1
View File
@@ -6,6 +6,7 @@
/create.out
/dup
/dup.out
/error
/fchdir
/fsync
/ftruncate
+1
View File
@@ -5,6 +5,7 @@ BINS=\
chdir \
create \
dup \
error \
fchdir \
fsync \
ftruncate \