vfs: check userland buffers before reading them.
[haiku.git] / headers / posix / sys / ioctl.h
blob22c3094cfa64c888c23c9060f76c28d8f8721a31
1 /*
2 * Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _SYS_IOCTL_H
6 #define _SYS_IOCTL_H
9 #include <termios.h>
11 /* These only work on sockets for now */
12 #define FIONBIO 0xbe000000
13 #define FIONREAD 0xbe000001
15 #endif /* _SYS_IOCTL_H */