Keep the extern-inline macros closer together.
[gnulib.git] / lib / utimens.h
index 8034316..f765d10 100644 (file)
@@ -27,14 +27,13 @@ int lutimens (char const *, struct timespec const [2]);
 # include <sys/stat.h>
 
 _GL_INLINE_HEADER_BEGIN
-
-int fdutimensat (int fd, int dir, char const *name, struct timespec const [2],
-                 int atflag);
-
 #ifndef _GL_UTIMENS_INLINE
 # define _GL_UTIMENS_INLINE _GL_INLINE
 #endif
 
+int fdutimensat (int fd, int dir, char const *name, struct timespec const [2],
+                 int atflag);
+
 /* Using this function makes application code slightly more readable.  */
 _GL_UTIMENS_INLINE int
 lutimensat (int dir, char const *file, struct timespec const times[2])