aboutsummaryrefslogtreecommitdiff
path: root/lang/glibstdc++28/files
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-08-13 17:49:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-08-13 17:49:15 +0000
commita3658c9e7cafaebf7f736a36f1ac4cefad0bb7c3 (patch)
tree2284ebdae2b89af58150e1fb55e074e701b449fe /lang/glibstdc++28/files
parentdd00d19f0e5c7afbb84383ebf658b008a8c01a98 (diff)
downloadports-a3658c9e7cafaebf7f736a36f1ac4cefad0bb7c3.tar.gz
ports-a3658c9e7cafaebf7f736a36f1ac4cefad0bb7c3.zip
Notes
Diffstat (limited to 'lang/glibstdc++28/files')
-rw-r--r--lang/glibstdc++28/files/osfcn.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/glibstdc++28/files/osfcn.h b/lang/glibstdc++28/files/osfcn.h
new file mode 100644
index 000000000000..094af380e6bc
--- /dev/null
+++ b/lang/glibstdc++28/files/osfcn.h
@@ -0,0 +1,19 @@
+/* This file is taken from the glibc++ 2.7.x as installed on a
+ FreeBSD 2.27 system */
+
+#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