diff options
Diffstat (limited to 'src/sys/stat/S_ISLNK.c')
| -rw-r--r-- | src/sys/stat/S_ISLNK.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/stat/S_ISLNK.c b/src/sys/stat/S_ISLNK.c index b5578adc..232bf06b 100644 --- a/src/sys/stat/S_ISLNK.c +++ b/src/sys/stat/S_ISLNK.c @@ -1,5 +1,5 @@ #include <sys/stat.h> -#define S_ISLNK(m) /* TODO */ +#define S_ISLNK(__m) /* TODO */ /* XOPEN(400) POSIX(200112) |
