-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Lines 18 to 19 in fa06515
| #ifndef S_IFLINK | |
| #define S_IFLNK 0120000 /* [XSI] symbolic link */ |
I only see S_IFLNK defined in <sys/stat.h>, is the mismatch here intentional?
https://pubs.opengroup.org/onlinepubs/7908799/xsh/sysstat.h.html
I do see some other references to S_IFLINK elsewhere:
So maybe it's indeed intentional.
Metadata
Metadata
Assignees
Labels
No labels