diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fcntl.in.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/fcntl.in.h b/lib/fcntl.in.h index b2e1e5130d9..0a21c957baf 100644 --- a/lib/fcntl.in.h +++ b/lib/fcntl.in.h | |||
| @@ -116,9 +116,15 @@ _GL_WARN_ON_USE (creat, "creat is not always POSIX compliant - " | |||
| 116 | # endif | 116 | # endif |
| 117 | _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)); | 117 | _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)); |
| 118 | _GL_CXXALIAS_RPL (fcntl, int, (int fd, int action, ...)); | 118 | _GL_CXXALIAS_RPL (fcntl, int, (int fd, int action, ...)); |
| 119 | # if !GNULIB_defined_rpl_fcntl | ||
| 120 | # define GNULIB_defined_rpl_fcntl 1 | ||
| 121 | # endif | ||
| 119 | # else | 122 | # else |
| 120 | # if !@HAVE_FCNTL@ | 123 | # if !@HAVE_FCNTL@ |
| 121 | _GL_FUNCDECL_SYS (fcntl, int, (int fd, int action, ...)); | 124 | _GL_FUNCDECL_SYS (fcntl, int, (int fd, int action, ...)); |
| 125 | # if !GNULIB_defined_fcntl | ||
| 126 | # define GNULIB_defined_fcntl 1 | ||
| 127 | # endif | ||
| 122 | # endif | 128 | # endif |
| 123 | _GL_CXXALIAS_SYS (fcntl, int, (int fd, int action, ...)); | 129 | _GL_CXXALIAS_SYS (fcntl, int, (int fd, int action, ...)); |
| 124 | # endif | 130 | # endif |