diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2015-08-25 15:43:48 -0300 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2015-08-25 15:43:48 -0300 |
commit | 4110e4125dace9df3a744067066e5dee62670561 (patch) | |
tree | 10927b57ea5c543054d01bd2bd538a4f97128678 /src/io.h | |
parent | 46d7e75f3e71d75bf07ae83d7df4aa276e484473 (diff) | |
parent | 77bba625d7aaa0f9e118879163687fcbcb0b5a7b (diff) | |
download | luasocket-4110e4125dace9df3a744067066e5dee62670561.tar.gz luasocket-4110e4125dace9df3a744067066e5dee62670561.tar.bz2 luasocket-4110e4125dace9df3a744067066e5dee62670561.zip |
Merge branch 'agnostic'
Seems safe to move to master.
Diffstat (limited to 'src/io.h')
-rw-r--r-- | src/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ enum { | |||
22 | IO_DONE = 0, /* operation completed successfully */ | 22 | IO_DONE = 0, /* operation completed successfully */ |
23 | IO_TIMEOUT = -1, /* operation timed out */ | 23 | IO_TIMEOUT = -1, /* operation timed out */ |
24 | IO_CLOSED = -2, /* the connection has been closed */ | 24 | IO_CLOSED = -2, /* the connection has been closed */ |
25 | IO_UNKNOWN = -3 | 25 | IO_UNKNOWN = -3 |
26 | }; | 26 | }; |
27 | 27 | ||
28 | /* interface to error message function */ | 28 | /* interface to error message function */ |