aboutsummaryrefslogtreecommitdiff
path: root/src/inet.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-17 08:02:04 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-17 08:02:04 +0000
commit02ef4e7daae6bef629dcb568052755fb85ed2efc (patch)
tree3001b5d4429626e086b457ade7a899428fbfeb34 /src/inet.h
parent076451c75336b30e6152bd5c02f355db39107f7d (diff)
downloadluasocket-02ef4e7daae6bef629dcb568052755fb85ed2efc.tar.gz
luasocket-02ef4e7daae6bef629dcb568052755fb85ed2efc.tar.bz2
luasocket-02ef4e7daae6bef629dcb568052755fb85ed2efc.zip
Trying to get rid of EINTR problems...
Diffstat (limited to 'src/inet.h')
-rw-r--r--src/inet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inet.h b/src/inet.h
index b69e82d..08979c1 100644
--- a/src/inet.h
+++ b/src/inet.h
@@ -25,7 +25,7 @@
25 25
26void inet_open(lua_State *L); 26void inet_open(lua_State *L);
27const char *inet_tryconnect(p_sock ps, const char *address, 27const char *inet_tryconnect(p_sock ps, const char *address,
28 unsigned short port); 28 unsigned short port, int timeout);
29const char *inet_trybind(p_sock ps, const char *address, 29const char *inet_trybind(p_sock ps, const char *address,
30 unsigned short port, int backlog); 30 unsigned short port, int backlog);
31const char *inet_trycreate(p_sock ps, int type); 31const char *inet_trycreate(p_sock ps, int type);