1a43b1ed6SJohn Scipione #ifndef _HAIKU_BUILD_COMPATIBILITY_DARWIN_STDIO 2a43b1ed6SJohn Scipione #define _HAIKU_BUILD_COMPATIBILITY_DARWIN_STDIO 3a43b1ed6SJohn Scipione 4*19a18af3SJohn Scipione 5a43b1ed6SJohn Scipione #include_next <stdio.h> 6a43b1ed6SJohn Scipione 7*19a18af3SJohn Scipione 8e4e68917SJohn Scipione __BEGIN_DECLS 9e4e68917SJohn Scipione 10a43b1ed6SJohn Scipione int renameat(int oldFD, const char* oldPath, int newFD, const char* newPath); 11a43b1ed6SJohn Scipione int symlinkat(const char *oldPath, int fd, const char *newPath); 12a43b1ed6SJohn Scipione 13e4e68917SJohn Scipione __END_DECLS 14a43b1ed6SJohn Scipione 15a43b1ed6SJohn Scipione #endif // _HAIKU_BUILD_COMPATIBILITY_DARWIN_STDIO 16