diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-16 18:11:34 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-16 18:11:34 -0700 |
commit | c721f0efcf05fd04bce31a0af22ea36c6d3cd882 (patch) | |
tree | e00f1a32f81bf967d89c2b11bc9aacdbfa2d54ec /system | |
parent | f61e43527ac634181584ca47a2d6766a798cefcf (diff) |
restore 2 constants in sys/ioctl.h
Diffstat (limited to 'system')
-rw-r--r-- | system/include/sys/ioctl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/include/sys/ioctl.h b/system/include/sys/ioctl.h index 4d2c5297..b7ade699 100644 --- a/system/include/sys/ioctl.h +++ b/system/include/sys/ioctl.h @@ -10,6 +10,9 @@ extern "C" { int ioctl(int d, int request, ...); +#define SO_RCVTIMEO 1000 +#define SO_SNDTIMEO 2000 + #ifdef __cplusplus } #endif |