Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / sys / rdos / chown.c
blob9be0ae89e40a70b101cfda7e80ba0318027bd1b0
1 #include "config.h"
2 #include <_ansi.h>
3 #include <_syslist.h>
4 #include <errno.h>
5 #include <sys/types.h>
7 int chown(const char *path, uid_t owner, gid_t group)
9 errno = ENOSYS;
10 return -1;