projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398eef0
)
Add errno, for binutils.
author
John Gilmore
<gnu@cygnus>
Tue, 8 Oct 1991 22:28:10 +0000
(22:28 +0000)
committer
John Gilmore
<gnu@cygnus>
Tue, 8 Oct 1991 22:28:10 +0000
(22:28 +0000)
bfd/hosts/i386mach.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/i386mach.h
b/bfd/hosts/i386mach.h
index 75fef74fe791f1c0b469720aa9499406c23e715d..6b6c9cef31da92915010a9db837c5a5facd270a1 100644
(file)
--- a/
bfd/hosts/i386mach.h
+++ b/
bfd/hosts/i386mach.h
@@
-1,5
+1,6
@@
#include <fcntl.h>
#include <errno.h>
+extern int errno; /* <errno.h> forgets to do this... */
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>