Relates :
|
|
Relates :
|
chmod() and access() used in UnixFileSystem_md.c currently do nothing when the the system call returns an EINTR, which means chmod()/access() is interrupted by signal. Need figure out how to handle this appropriately on Unix platform.
|