aboutsummaryrefslogtreecommitdiff
path: root/gnu/libg++/g++-include/sys/fcntl.h
blob: d4fdcfeddaaaead4f891042770b35d2f79c81132 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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