apk-tools/portability/sys/stat.h
2021-12-29 20:14:41 +02:00

5 lines
125 B
C

#include_next <sys/stat.h>
#ifdef NEED_MKNODAT
int mknodat(int dirfd, const char *pathname, mode_t mode, dev_t dev);
#endif