fxlibc/include/target/vhex-generic/bits/fcntl.h
2021-05-09 17:59:07 +02:00

9 lines
156 B
C

#ifndef __BITS_FCNTL_H__
# define __BITS_FCNTL_H__
/* open/fcntl. */
#define O_RDONLY 0
#define O_WRONLY 1
#define O_RDWR 2
#endif /*__BITS_FCNTL_H__*/