_S_IFLNK
? _S_IFLNK : _S_IFREG);
#define S_IFLNK _S_IFLNK
#define S_ISLNK(m) (((m) & _S_IFMT) == _S_IFLNK) /* symbolic link */