Luna/libc/include/bits/atfile.h
apio 02f8a50b9d
All checks were successful
continuous-integration/drone/push Build is passing
kernel: Replace unlink() with unlinkat()
2023-04-18 19:36:29 +02:00

13 lines
181 B
C

/* bits/atfile.h: Definitions for *at() functions. */
#ifndef _BITS_ATFILE_H
#define _BITS_ATFILE_H
#define AT_FDCWD -100
#define AT_EMPTY_PATH 1
#define AT_REMOVEDIR 1
#endif