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
/
sys
/
stat
/
S_ISFIFO.h
blob: 80aac6c5a4c21076c87ffaa13188a8d65b470ddc (
plain
)
1
2
3
4
5
#include <sys/stat.h> #define S_ISFIFO(__s) /* fixme */ /* POSIX(1) */