diff options
Diffstat (limited to 'gnulib-m4/fcntl.m4')
-rw-r--r-- | gnulib-m4/fcntl.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnulib-m4/fcntl.m4 b/gnulib-m4/fcntl.m4 index 02b93f83..f6d0f377 100644 --- a/gnulib-m4/fcntl.m4 +++ b/gnulib-m4/fcntl.m4 @@ -1,4 +1,5 @@ -# fcntl.m4 serial 11 +# fcntl.m4 +# serial 12 dnl Copyright (C) 2009-2024 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -82,7 +83,7 @@ AC_DEFUN([gl_FUNC_FCNTL], esac dnl Many systems lack F_DUPFD_CLOEXEC. - dnl NetBSD 9.0 declares F_DUPFD_CLOEXEC but it works only like F_DUPFD. + dnl NetBSD 10.0 declares F_DUPFD_CLOEXEC but it works only like F_DUPFD. AC_CACHE_CHECK([whether fcntl understands F_DUPFD_CLOEXEC], [gl_cv_func_fcntl_f_dupfd_cloexec], [AC_RUN_IFELSE( |