diff options
author | Alan Kligman <ack@mozilla.com> | 2013-08-13 22:25:52 -0400 |
---|---|---|
committer | Alan Kligman <ack@mozilla.com> | 2013-08-14 00:16:05 -0400 |
commit | 3426007a589160ac350d3809f2495aef00a61fed (patch) | |
tree | 059f861846546302f1900f9d3f9fa6cac29238f4 /src/library.js | |
parent | 7759fd47927791c6f2927036f9536787493a7efd (diff) |
Add return value to sendmsg.
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 1 |
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'], |