don't bother resolving onbld python module deps
[unleashed.git] / bin / tsort / compat.h
blob9024293ed8141de625669b713d1e18040f2b0e5d
1 #ifndef _COMPAT_H
2 #define _COMPAT_H
3 char *fgetln(FILE *fp, size_t *lenp);
5 #define __dead
7 static inline int pledge(const char *promises, const char *paths[]) {
8 return 0;
10 #endif