diff options
Diffstat (limited to 'src/sys/stat/S_ISLNK.h')
-rw-r--r-- | src/sys/stat/S_ISLNK.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sys/stat/S_ISLNK.h b/src/sys/stat/S_ISLNK.h deleted file mode 100644 index 232bf06b..00000000 --- a/src/sys/stat/S_ISLNK.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <sys/stat.h> -#define S_ISLNK(__m) /* TODO */ -/* -XOPEN(400) -POSIX(200112) -*/ |