diff options
Diffstat (limited to 'bsd-realpath.h')
-rw-r--r-- | bsd-realpath.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bsd-realpath.h b/bsd-realpath.h deleted file mode 100644 index dc3579dd3..000000000 --- a/bsd-realpath.h +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | #ifndef _BSD_REALPATH_H | ||
2 | #define _BSD_REALPATH_H | ||
3 | |||
4 | #include "config.h" | ||
5 | |||
6 | #if !defined(HAVE_REALPATH) || defined(BROKEN_REALPATH) | ||
7 | |||
8 | char *realpath(const char *path, char *resolved); | ||
9 | |||
10 | #endif /* !defined(HAVE_REALPATH) || defined(BROKEN_REALPATH) */ | ||
11 | #endif /* _BSD_REALPATH_H */ | ||