mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 01:08:50 -04:00
fix building with musl libc
This commit is contained in:
parent
ef59a604d2
commit
a578acdea8
2 changed files with 7 additions and 3 deletions
|
@ -57,6 +57,10 @@
|
|||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#ifndef __GLIBC__
|
||||
#define canonicalize_file_name(p) realpath(p, NULL)
|
||||
#endif
|
||||
|
||||
/****
|
||||
* #define RSDIR_DEBUG 1
|
||||
****/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue