aboutsummaryrefslogtreecommitdiffstats
path: root/m4/fcntl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/fcntl.m4')
-rw-r--r--m4/fcntl.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/fcntl.m4 b/m4/fcntl.m4
index 562ae2395df..ea24f3d64ef 100644
--- a/m4/fcntl.m4
+++ b/m4/fcntl.m4
@@ -1,4 +1,4 @@
1# fcntl.m4 serial 9 1# fcntl.m4 serial 10
2dnl Copyright (C) 2009-2020 Free Software Foundation, Inc. 2dnl Copyright (C) 2009-2020 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
@@ -34,6 +34,7 @@ AC_DEFUN([gl_FUNC_FCNTL],
34 #include <limits.h> 34 #include <limits.h>
35 #include <sys/resource.h> 35 #include <sys/resource.h>
36 #include <unistd.h> 36 #include <unistd.h>
37 ]GL_MDA_DEFINES[
37 #ifndef RLIM_SAVED_CUR 38 #ifndef RLIM_SAVED_CUR
38 # define RLIM_SAVED_CUR RLIM_INFINITY 39 # define RLIM_SAVED_CUR RLIM_INFINITY
39 #endif 40 #endif