diff options
| author | Paul Eggert | 2023-05-14 18:51:22 -0700 |
|---|---|---|
| committer | Paul Eggert | 2023-05-14 19:28:09 -0700 |
| commit | b77d357ea356134fbc159797b34498b7a0006dc9 (patch) | |
| tree | 1a1d03db84c1b2aac7f6e8dafcdc3e952192c854 /lib/acl-internal.h | |
| parent | e7dc30c1d58c602ccc4b7b9c98c0ea07f5631675 (diff) | |
| download | emacs-b77d357ea356134fbc159797b34498b7a0006dc9.tar.gz emacs-b77d357ea356134fbc159797b34498b7a0006dc9.zip | |
Update from Gnulib by running admin/merge-gnulib
* lib/dirent-private.h, m4/codeset.m4, m4/locale-fr.m4, m4/musl.m4:
New files, from Gnulib.
Diffstat (limited to 'lib/acl-internal.h')
| -rw-r--r-- | lib/acl-internal.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/acl-internal.h b/lib/acl-internal.h index c97e847cdc5..496e41d7b21 100644 --- a/lib/acl-internal.h +++ b/lib/acl-internal.h | |||
| @@ -17,6 +17,11 @@ | |||
| 17 | 17 | ||
| 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ | 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ |
| 19 | 19 | ||
| 20 | /* This file uses _GL_INLINE_HEADER_BEGIN, _GL_INLINE, _GL_ATTRIBUTE_PURE. */ | ||
| 21 | #if !_GL_CONFIG_H_INCLUDED | ||
| 22 | #error "Please include config.h first." | ||
| 23 | #endif | ||
| 24 | |||
| 20 | #include "acl.h" | 25 | #include "acl.h" |
| 21 | 26 | ||
| 22 | #include <stdlib.h> | 27 | #include <stdlib.h> |
| @@ -60,9 +65,6 @@ extern int aclsort (int, int, struct acl *); | |||
| 60 | # define fchmod(fd, mode) (-1) | 65 | # define fchmod(fd, mode) (-1) |
| 61 | #endif | 66 | #endif |
| 62 | 67 | ||
| 63 | #ifndef _GL_INLINE_HEADER_BEGIN | ||
| 64 | #error "Please include config.h first." | ||
| 65 | #endif | ||
| 66 | _GL_INLINE_HEADER_BEGIN | 68 | _GL_INLINE_HEADER_BEGIN |
| 67 | #ifndef ACL_INTERNAL_INLINE | 69 | #ifndef ACL_INTERNAL_INLINE |
| 68 | # define ACL_INTERNAL_INLINE _GL_INLINE | 70 | # define ACL_INTERNAL_INLINE _GL_INLINE |