diff options
Diffstat (limited to 'src/stat/__xstat.c')
-rw-r--r-- | src/stat/__xstat.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stat/__xstat.c b/src/stat/__xstat.c index b4560df7..d26d4a83 100644 --- a/src/stat/__xstat.c +++ b/src/stat/__xstat.c @@ -33,3 +33,11 @@ int __xmknodat(int ver, int fd, const char *path, mode_t mode, dev_t *dev) { return mknodat(fd, path, mode, *dev); } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |