index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fcntl
/
O_APPEND.h
blob: d6526545ebe92a2369b14b8d0a8e0b8700bbbb2e (
plain
)
1
2
3
4
5
6
7
#include <fcntl.h> #define O_APPEND (1<<8) /* POSIX(1) */