Skip to content
Snippets Groups Projects
Commit 851e4d39 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix errno.h definition

parent 633b5474
No related branches found
No related tags found
No related merge requests found
extern int errno; extern __thread int errno;
...@@ -9,6 +9,7 @@ extern crate errno; ...@@ -9,6 +9,7 @@ extern crate errno;
extern crate fcntl; extern crate fcntl;
extern crate grp; extern crate grp;
extern crate mman; extern crate mman;
extern crate semaphore;
extern crate stdio; extern crate stdio;
extern crate stdlib; extern crate stdlib;
extern crate string; extern crate string;
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
/create.out /create.out
/dup /dup
/dup.out /dup.out
/error
/fchdir /fchdir
/fsync /fsync
/ftruncate /ftruncate
......
...@@ -5,6 +5,7 @@ BINS=\ ...@@ -5,6 +5,7 @@ BINS=\
chdir \ chdir \
create \ create \
dup \ dup \
error \
fchdir \ fchdir \
fsync \ fsync \
ftruncate \ ftruncate \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment