1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/openat-h
Paul Eggert d202279380 fchmodat, fchownat, fstatat: use extern-inline
* lib/fchmodat.c, lib/openat.h (FCHMODAT_INLINE):
* lib/fchownat.c, lib/openat.h (FCHOWNAT_INLINE):
* lib/fstatat.c, lib/openat.h (FSTATAT_INLINE):
New macros.
* lib/openat.h:
Replace all uses of 'static inline' with them.
Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END.
* modules/fchmodat, modules/fchownat, modules/fstatat:
* modules/openat-h:
(Depends-on):
Add extern-inline.
(configure.ac): Remove AC_C_INLINE.
2012-09-22 01:58:23 -07:00

26 lines
273 B
Plaintext

Description:
Declarations of functions related to accessing files relative to a directory.
Files:
lib/openat.h
Depends-on:
extern-inline
fcntl-h
stdbool
sys_stat
unistd
configure.ac:
Makefile.am:
Include:
"openat.h"
License:
GPL
Maintainer:
Jim Meyering, Eric Blake