summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/g++-include/sys/select.h
blob: 1c80ffef05e34360a7162f9fb974d62da79d4b6b (plain)
1
2
3
4
5
6
7
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