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