projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffbdd13
)
mksysinfo.sh: #include <sys/uio.h>.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Thu, 27 Jan 2011 00:03:51 +0000
(
00:03
+0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Thu, 27 Jan 2011 00:03:51 +0000
(
00:03
+0000)
From-SVN: r169312
libgo/mksysinfo.sh
patch
|
blob
|
history
diff --git
a/libgo/mksysinfo.sh
b/libgo/mksysinfo.sh
index 64ff93150a7d302d7b2315b831c7295490762d3c..20eae7904c9e43bec558006e7f790b87e3efe7d8 100755
(executable)
--- a/
libgo/mksysinfo.sh
+++ b/
libgo/mksysinfo.sh
@@
-43,6
+43,7
@@
cat > sysinfo.c <<EOF
#include <sys/ptrace.h>
#endif
#include <sys/resource.h>
+#include <sys/uio.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>