summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-23 21:00:24 +0000
committerache <ache@FreeBSD.org>1994-11-23 21:00:24 +0000
commitdb297641955e03a79f72d91d97ca9797b4117527 (patch)
tree2b32010c10198bf08f44fcdd56c1995078f15fb6 /gnu
parent95e1d8c3a653d3f8d42c7c3c52e90f0122147a00 (diff)
downloadFreeBSD-src-db297641955e03a79f72d91d97ca9797b4117527.zip
FreeBSD-src-db297641955e03a79f72d91d97ca9797b4117527.tar.gz
Add missing osfcn.h
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 0000000..023b5c5
--- /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
OpenPOWER on IntegriCloud