summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/g++-include/sys/fcntl.h
blob: 7c9cd91f0e17019134cbe30aad9aa2cdf1a4bdd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//	$Id: fcntl.h,v 1.2 1993/08/02 17:21:36 mycroft Exp $

#ifndef __libgxx_sys_fcntl_h

extern "C"
{
#ifdef __sys_fcntl_h_recursive
#include_next <sys/fcntl.h>
#else
#define __sys_fcntl_h_recursive
#include_next <sys/fcntl.h>
#define __libgxx_sys_fcntl_h 1
#endif
}


#endif