view lib/dirchownmod.h @ 40132:6bcaf5dcb02b

fdatasync: Fix compilation error on Android 4.3. * m4/fdatasync.m4 (gl_FUNC_FDATASYNC): On platforms other than Solaris, test whether fdatasync() exists.
author Bruno Haible <bruno@clisp.org>
date Fri, 25 Jan 2019 00:15:50 +0100
parents 796e1837ac66
children
line wrap: on
line source

#include <sys/types.h>
int dirchownmod (int, char const *, mode_t, uid_t, gid_t, mode_t, mode_t);