diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-23 21:00:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-23 21:00:24 +0000 |
commit | 284cd8b7b9cf6bbd62bd3a06451e8e426e5b7159 (patch) | |
tree | 2b32010c10198bf08f44fcdd56c1995078f15fb6 /gnu | |
parent | 8a7c811a5bdb7901ad6debcda5fdbfc4ab95a92d (diff) | |
download | src-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.h | 17 |
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 |