commit | e3e0db1051e60e496d2959503343e88f94644c44 | [log] [tgz] |
---|---|---|
author | Pete Delaney <piet@mips.com> | Fri Oct 05 00:23:50 2012 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 05 02:16:25 2012 -0700 |
tree | 4b267f1afefee799f248d0117ec8302a1acbb998 | |
parent | 9c32f3735e378d2d632930892fe206d7b7f19115 [diff] |
[MIPS] Updated support for socket and added support for socket_pair. Socket type can also contain SOCK_NONBLOCK and SOCK_CLOEXEC flags. NDK headers do not export these values but they seem to be aliases of O_NONBLOCK and O_CLOEXEC. NDK headers do not define O_CLOEXEC. Change-Id: If97fcb9f1ff130ea11a0da6452454a256f769809 Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Pete Delaney <piet@mips.com>