summaryrefslogtreecommitdiff
path: root/src/sys/stat/S_IFLNK.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/stat/S_IFLNK.c')
-rw-r--r--src/sys/stat/S_IFLNK.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/stat/S_IFLNK.c b/src/sys/stat/S_IFLNK.c
index 681602f3..8948d050 100644
--- a/src/sys/stat/S_IFLNK.c
+++ b/src/sys/stat/S_IFLNK.c
@@ -1,5 +1,5 @@
#include <sys/stat.h>
-#define S_IFLNK
+#define S_IFLNK /* TODO */
/*
XOPEN(400)
*/