aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-11-23 21:00:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-11-23 21:00:24 +0000
commit284cd8b7b9cf6bbd62bd3a06451e8e426e5b7159 (patch)
tree2b32010c10198bf08f44fcdd56c1995078f15fb6 /gnu
parent8a7c811a5bdb7901ad6debcda5fdbfc4ab95a92d (diff)
downloadsrc-284cd8b7b9cf6bbd62bd3a06451e8e426e5b7159.tar.gz
src-284cd8b7b9cf6bbd62bd3a06451e8e426e5b7159.zip
Add missing osfcn.h
Notes
Notes: svn path=/head/; revision=4792
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libg++/include/osfcn.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/lib/libg++/include/osfcn.h b/gnu/lib/libg++/include/osfcn.h
new file mode 100644
index 000000000000..023b5c5b65d6
--- /dev/null
+++ b/gnu/lib/libg++/include/osfcn.h
@@ -0,0 +1,17 @@
+
+#ifndef OSFCN_H
+#define OSFCN_H 1
+
+#include <std.h>
+#include <time.h>
+#include <sys/types.h>
+#if _G_HAVE_SYS_SOCKET
+#include <sys/socket.h>
+#endif
+#if _G_HAVE_SYS_RESOURCE
+#include <sys/time.h>
+#include <sys/resource.h>
+#endif
+
+
+#endif