summaryrefslogtreecommitdiff
path: root/pkgtools/posix_headers/files/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/posix_headers/files/sys/select.h')
-rw-r--r--pkgtools/posix_headers/files/sys/select.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgtools/posix_headers/files/sys/select.h b/pkgtools/posix_headers/files/sys/select.h
new file mode 100644
index 00000000000..b978f381abd
--- /dev/null
+++ b/pkgtools/posix_headers/files/sys/select.h
@@ -0,0 +1,9 @@
+/* $NetBSD: select.h,v 1.1.1.1 2007/04/24 19:35:46 tnn Exp $ */
+#ifndef _PKGSRC_SYS_SELECT_H_
+#define _PKGSRC_SYS_SELECT_H_
+#ifdef __hpux
+#include <sys/time.h>
+#else
+#error This header file only applies to HP-UX.
+#endif /* __hpux */
+#endif /* _PKGSRC_SYS_SELECT_H_ */