diff options
| author | cgd <cgd@NetBSD.org> | 1993-07-14 09:13:01 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-07-14 09:13:01 +0000 |
| commit | 2eaee1cf37fff587d6abe9899233613d4c190f14 (patch) | |
| tree | eeca7bd645ada05027d24a2ec9401c38fc205cf6 /gnu/lib/libg++/g++-include/sys/select.h | |
| parent | 16e57b6b9e8123204a51943d6f3b680b83364955 (diff) | |
upgrade to libg++ 2.3.90. g++ includes don't install right yet, but will fix
Diffstat (limited to 'gnu/lib/libg++/g++-include/sys/select.h')
| -rw-r--r-- | gnu/lib/libg++/g++-include/sys/select.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/lib/libg++/g++-include/sys/select.h b/gnu/lib/libg++/g++-include/sys/select.h new file mode 100644 index 00000000000..1c80ffef05e --- /dev/null +++ b/gnu/lib/libg++/g++-include/sys/select.h @@ -0,0 +1,8 @@ +/* Needed by Interviews for AIX. */ +#ifndef __libgxx_sys_select_h +extern "C" +{ +#include_next <sys/select.h> +#define __libgxx_sys_select_h 1 +} +#endif |
