repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
system
/
libroot
/
posix
/
glibc
/
include
/
device-nrs.h
blob
b1c57f6aa92eabd66f4c59d32082d3536dd3db55
1
#ifndef _DEVICE_NRS_H_
2
#define _DEVICE_NRS_H_
3
4
// ToDo: do something nice here, perhaps reusing the new stat->st_type field
5
#define DEV_TTY_P(stat) (0)
6
7
#endif
/* _DEVICE_NRS_H_ */