aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
authorAlan Kligman <ack@mozilla.com>2013-08-13 22:25:52 -0400
committerAlan Kligman <ack@mozilla.com>2013-08-14 00:16:05 -0400
commit3426007a589160ac350d3809f2495aef00a61fed (patch)
tree059f861846546302f1900f9d3f9fa6cac29238f4 /src/library.js
parent7759fd47927791c6f2927036f9536787493a7efd (diff)
Add return value to sendmsg.
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js
index 815badc1..d4218bb2 100644
--- a/src/library.js
+++ b/src/library.js
@@ -7454,6 +7454,7 @@ LibraryManager.library = {
buffer.set(data, info.header.byteLength);
connection.send('unreliable', buffer.buffer);
+ return ret;
},
recvmsg__deps: ['$FS', '$Sockets', 'bind', '__setErrNo', '$ERRNO_CODES', 'htons'],