mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-03 04:08:16 +00:00
Merge pull request #1495 from jasperla/development
Add missing prototype for p_realpath().
This commit is contained in:
commit
bfb4facb3a
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user