diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
| commit | 5e0e9b99dc3fc0ecd49d929db0d57c784b66f481 (patch) | |
| tree | e779b5a6edddbb949b7990751b12d6f25304ba86 /gnu/lib/libg++/g++-include/fcntl.h | |
| parent | a16f65c7d117419bd266c28a1901ef129a337569 (diff) | |
Diffstat (limited to 'gnu/lib/libg++/g++-include/fcntl.h')
| -rw-r--r-- | gnu/lib/libg++/g++-include/fcntl.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/lib/libg++/g++-include/fcntl.h b/gnu/lib/libg++/g++-include/fcntl.h deleted file mode 100644 index 48637ef0167f..000000000000 --- a/gnu/lib/libg++/g++-include/fcntl.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef fcntl_h - -extern "C" { - -#ifdef __fcntl_h_recursive -#include_next <fcntl.h> -#else -#define fcntl __hide_fcntl -#define open __hide_open -#define creat __hide_creat - -#define __fcntl_h_recursive -#include <_G_config.h> -#include_next <fcntl.h> - -#undef fcntl -#undef open -#undef creat - -#define fcntl_h 1 - -int fcntl(int, int, ...); -int creat _G_ARGS((const char*, unsigned short int)); - -int open _G_ARGS((const char*, int, ...)); - -#endif -} -#endif |
