diff options
| author | Paul Eggert | 2020-02-23 01:24:21 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-02-23 01:27:19 -0800 |
| commit | b6be1ce644a07b6dc30eaa24dec082effd7add40 (patch) | |
| tree | 02de8983f45751bf5da9b2f409758f2934306746 /m4/sys_socket_h.m4 | |
| parent | bce17355ac9f6a6f8ed778bd310f3baaea514270 (diff) | |
| download | emacs-b6be1ce644a07b6dc30eaa24dec082effd7add40.tar.gz emacs-b6be1ce644a07b6dc30eaa24dec082effd7add40.zip | |
Update from Gnulib
This incorporates:
2020-02-22 fchmodat, lchmod: simplify
2020-02-22 lchmod: fix link error on Solaris 10
2020-02-22 use 'restrict' in all POSIX function declarations
2020-02-22 chmodat, chownat: new modules
* lib/gnulib.mk.in: Regenerate.
* lib/inttypes.in.h, lib/openat.h, lib/signal.in.h:
* lib/stdio.in.h, lib/stdlib.in.h, lib/string.in.h:
* lib/sys_stat.in.h, lib/time.in.h, lib/unistd.in.h, m4/inttypes.m4:
* m4/signal_h.m4, m4/stdio_h.m4, m4/stdlib_h.m4, m4/string_h.m4:
* m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
* m4/unistd_h.m4: Copy from Gnulib.
Diffstat (limited to 'm4/sys_socket_h.m4')
| -rw-r--r-- | m4/sys_socket_h.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/sys_socket_h.m4 b/m4/sys_socket_h.m4 index 1471aeaec41..bf902f08108 100644 --- a/m4/sys_socket_h.m4 +++ b/m4/sys_socket_h.m4 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # sys_socket_h.m4 serial 24 | 1 | # sys_socket_h.m4 serial 25 |
| 2 | dnl Copyright (C) 2005-2020 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005-2020 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| @@ -95,6 +95,8 @@ AC_DEFUN([gl_HEADER_SYS_SOCKET], | |||
| 95 | #include <sys/socket.h> | 95 | #include <sys/socket.h> |
| 96 | ]], [socket connect accept bind getpeername getsockname getsockopt | 96 | ]], [socket connect accept bind getpeername getsockname getsockopt |
| 97 | listen recv send recvfrom sendto setsockopt shutdown accept4]) | 97 | listen recv send recvfrom sendto setsockopt shutdown accept4]) |
| 98 | |||
| 99 | AC_REQUIRE([AC_C_RESTRICT]) | ||
| 98 | ]) | 100 | ]) |
| 99 | 101 | ||
| 100 | AC_DEFUN([gl_PREREQ_SYS_H_SOCKET], | 102 | AC_DEFUN([gl_PREREQ_SYS_H_SOCKET], |