]> Savannah Git Hosting - gnulib.git/commitdiff
acl-permissions: Define the inline functions in this module.
authorBruno Haible <bruno@clisp.org>
Mon, 11 Nov 2024 08:53:23 +0000 (09:53 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 12 Nov 2024 00:46:50 +0000 (01:46 +0100)
* lib/acl-internal.c (ACL_INTERNAL_INLINE): Define here.
* lib/qset-acl.c (ACL_INTERNAL_INLINE): Don't define here.

ChangeLog
lib/acl-internal.c
lib/qset-acl.c

index 880cdff1a67c0b6ddbb53b270bb621ece357e0b4..4a90fade6ad09c35ace1b3e7bf80fb28ba4eef01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-11  Bruno Haible  <bruno@clisp.org>
+
+       acl-permissions: Define the inline functions in this module.
+       * lib/acl-internal.c (ACL_INTERNAL_INLINE): Define here.
+       * lib/qset-acl.c (ACL_INTERNAL_INLINE): Don't define here.
+
 2024-11-11  Bruno Haible  <bruno@clisp.org>
 
        getpagesize: Fix use of 'extern inline' (regression 2012-11-20).
index ae5398306af2fd306b262753b76e6f22560c5b31..b729126118a7668942e094e13a9a9bb17d788739 100644 (file)
 
 #include <config.h>
 
-#include "acl.h"
-
+/* Specification.  */
+#define ACL_INTERNAL_INLINE _GL_EXTERN_INLINE
 #include "acl-internal.h"
 
+#include "acl.h"
+
 #if defined __CYGWIN__
 # include <sys/types.h>
 # include <grp.h>
index 7318b553c846eeb85a801caf909ebd7805cb9451..9a3ce48ff93eaad4bbdd5934dd8703b93419d1e3 100644 (file)
 
 #include <config.h>
 
-#define ACL_INTERNAL_INLINE _GL_EXTERN_INLINE
+/* Specification. */
+#include "acl.h"
 
 #include <string.h>
-#include "acl.h"
 
 #include "acl-internal.h"