More tweaks to try & get Haiku Trash working

h/t Jérôme for all the hand-holding for Luc & me
This commit is contained in:
Bill Kendrick 2024-06-07 00:50:29 -07:00
parent 61f4c24d0f
commit 8ba9fb85e1
2 changed files with 4 additions and 2 deletions

View file

@ -331,7 +331,7 @@ typedef struct safer_dirent
char d_name[FILENAME_MAX];
} safer_dirent;
extern "C" status_t haiku_trash(const char *f);
extern status_t haiku_trash(const char *f);
#define dirent safer_dirent