Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the
[unix-history] / gnu / lib / libg++ / g++-include / sys / mman.h
CommitLineData
32df4d03
PR
1#ifndef __libgxx_sys_mman_h
2
3extern "C" {
4#ifdef __sys_mman_h_recursive
5#include_next <sys/mman.h>
6#else
7#define __sys_mman_h_recursive
8#include_next <sys/mman.h>
9
10#define __libgxx_sys_mman_h 1
11#endif
12}
13
14#endif