diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
commit | bce60be30fe8e9c1b0eb33128c23c93d7bca5303 (patch) | |
tree | 3927343c777fcb7764a0f2f89754a0ceab141c21 /src/select.h | |
parent | d1a72435d5bd3528f3c334cd4d1da16dcead47bf (diff) | |
download | luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.gz luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.bz2 luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.zip |
Decent makefiles!
Diffstat (limited to 'src/select.h')
-rw-r--r-- | src/select.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/select.h b/src/select.h index f2d2cc2..8750200 100644 --- a/src/select.h +++ b/src/select.h | |||
@@ -8,8 +8,6 @@ | |||
8 | * method getfd() which returns the descriptor to be passed to the | 8 | * method getfd() which returns the descriptor to be passed to the |
9 | * underlying select function. Another method, dirty(), should return | 9 | * underlying select function. Another method, dirty(), should return |
10 | * true if there is data ready for reading (required for buffered input). | 10 | * true if there is data ready for reading (required for buffered input). |
11 | * | ||
12 | * RCS ID: $Id$ | ||
13 | \*=========================================================================*/ | 11 | \*=========================================================================*/ |
14 | 12 | ||
15 | int select_open(lua_State *L); | 13 | int select_open(lua_State *L); |