diff options
Diffstat (limited to 'macos.c')
-rw-r--r-- | macos.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ #include <fcntl.h> #include <dirent.h> +void subsurface_user_info(struct user_info *info) +{ /* Nothing, let's use libgit2-20 on MacOS */ } + /* macos defines CFSTR to create a CFString object from a constant, * but no similar macros if a C string variable is supposed to be * the argument. We add this here (hardcoding the default allocator |