summaryrefslogtreecommitdiff
path: root/bsd-getcwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-getcwd.h')
-rw-r--r--bsd-getcwd.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/bsd-getcwd.h b/bsd-getcwd.h
new file mode 100644
index 000000000..bee738657
--- /dev/null
+++ b/bsd-getcwd.h
@@ -0,0 +1,10 @@
1#ifndef _BSD_GETCWD_H
2#define _BSD_GETCWD_H
3#include "config.h"
4
5#if !defined(HAVE_GETCWD)
6
7char *getcwd(char *pt, size_t size);
8
9#endif /* !defined(HAVE_GETCWD) */
10#endif /* _BSD_GETCWD_H */