|
|
|
@ -1195,6 +1195,14 @@ g_chmod_hex(const char* filename, int flags)
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************/
|
|
|
|
|
/* returns error, zero is ok */
|
|
|
|
|
int APP_CC
|
|
|
|
|
g_chown(const char* name, int uid, int gid)
|
|
|
|
|
{
|
|
|
|
|
return chown(name, uid, gid);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************/
|
|
|
|
|
/* returns error, always zero */
|
|
|
|
|
int APP_CC
|
|
|
|
|