summaryrefslogtreecommitdiff
path: root/modules/openat-h
Commit message (Collapse)AuthorAgeFilesLines
* fchmodat, fchownat, fstatat: use extern-inlinePaul Eggert2012-09-221-0/+1
| | | | | | | | | | | | | | | * 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.
* New modules 'at-internal', 'openat-h', split off from module 'openat'.Bruno Haible2011-11-051-0/+24
* modules/at-internal: New file, extracted from modules/openat. * modules/openat-h: New file.