Luna/libc/include/bits/atfile.h

13 lines
181 B
C
Raw Normal View History

/* 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