diff options
Diffstat (limited to 'src/misc/realpath.c')
-rw-r--r-- | src/misc/realpath.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/misc/realpath.c b/src/misc/realpath.c index db8b74dc..752fdd47 100644 --- a/src/misc/realpath.c +++ b/src/misc/realpath.c @@ -154,3 +154,11 @@ toolong: errno = ENAMETOOLONG; return 0; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |