summaryrefslogtreecommitdiff
path: root/src/unix/posix.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-04-22 16:41:56 +0200
committerVicent Marti <tanoku@gmail.com>2013-04-22 16:41:56 +0200
commit0edad3cc0451a42b566d70f64611acc214a03022 (patch)
tree9a7c4c7e7ab0be366df168b7f1750f58b8bd86ae /src/unix/posix.h
parent4ef2c79cb6dc81e17b68ccf7c270bcc7e4f85bfb (diff)
parentf063a75882769cb6fc652de425ac16ba4b88b616 (diff)
downloadlibgit2-vmg/dupe-odb-backends.tar.gz
Merge branch 'development' into vmg/dupe-odb-backendsvmg/dupe-odb-backends
Conflicts: src/odb.c
Diffstat (limited to 'src/unix/posix.h')
-rw-r--r--src/unix/posix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unix/posix.h b/src/unix/posix.h
index f4886c5d1..9c9f837b9 100644
--- a/src/unix/posix.h
+++ b/src/unix/posix.h
@@ -21,6 +21,8 @@
/* The OpenBSD realpath function behaves differently */
#if !defined(__OpenBSD__)
# define p_realpath(p, po) realpath(p, po)
+#else
+char *p_realpath(const char *, char *);
#endif
#define p_vsnprintf(b, c, f, a) vsnprintf(b, c, f, a)