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

Mike Frysinger vapier at gentoo.org
Fri Oct 16 09:38:53 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=9de3468b44b0d71714d71b7b113e870d6fd0591d
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 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