[git commit master] ldso: pull in missing bits/fcntl.h header for O_CLOEXEC

Mike Frysinger vapier at gentoo.org
Thu Oct 8 03:02:54 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=aef262eb5a7f32ec4c768fe1a5f208fa9b8862d3
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 ldso/include/ldso.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h
index 1dd35fe..3612fa8 100644
--- a/ldso/include/ldso.h
+++ b/ldso/include/ldso.h
@@ -27,6 +27,8 @@
 /* Pull in compiler and arch stuff */
 #include <stdlib.h>
 #include <stdarg.h>
+#define _FCNTL_H
+#include <bits/fcntl.h>
 #include <bits/wordsize.h>
 /* Pull in the arch specific type information */
 #include <sys/types.h>
-- 
1.6.3.3



More information about the uClibc-cvs mailing list