aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert2020-02-24 17:55:00 -0800
committerPaul Eggert2020-02-24 17:55:39 -0800
commita3d146fd8a6e8e2301edd2c9e95640fa346fb9d8 (patch)
treeca1cd8fa5e55556f76e85fb95070b19c807a7e4c /lib
parent72cf60e9dc8bcfa05157e6f5909c61037c3f7b0f (diff)
downloademacs-a3d146fd8a6e8e2301edd2c9e95640fa346fb9d8.tar.gz
emacs-a3d146fd8a6e8e2301edd2c9e95640fa346fb9d8.zip
Update from Gnulib
This incorporates: 2020-02-24 getloadavg: don't use /usr/local when cross-compiling on AIX 2020-02-24 fcntl: add witness of gnulib override * lib/fcntl.in.h, m4/getloadavg.m4: Copy from Gnulib.
Diffstat (limited to 'lib')
-rw-r--r--lib/fcntl.in.h6
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