summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/g++-include/sys/select.h
blob: 9fa0598b3ce79b10dfa0098a5aa0a9bd10324f03 (plain)
1
2
3
4
5
6
7
8
9
10
//	$Id: select.h,v 1.2 1993/08/02 17:21:43 mycroft Exp $

/* Needed by Interviews for AIX. */
#ifndef __libgxx_sys_select_h
extern "C"
{
#include_next <sys/select.h>
#define __libgxx_sys_select_h 1
}
#endif