OSDN Git Service

Take ownership of various simple syscall wrappers.
authorElliott Hughes <enh@google.com>
Tue, 11 Mar 2014 00:17:01 +0000 (17:17 -0700)
committerElliott Hughes <enh@google.com>
Tue, 11 Mar 2014 00:17:01 +0000 (17:17 -0700)
commit247dc91889ffc8b71fc3371edba9d834afab96ab
tree5e7fc130a6cfee3b122b0689eaeab4a2094272c8
parenta3056591960f9d9f646135ee20804cc1a9e41106
Take ownership of various simple syscall wrappers.

None of these trivial functions is something we're going to get from BSD.

Change-Id: Iee1d1281b73db67da5ec303da7a49748121464bf
libc/Android.mk
libc/bionic/getpgrp.cpp [moved from libc/bionic/getpgrp.c with 98% similarity]
libc/bionic/recv.cpp [moved from libc/bionic/recv.c with 90% similarity]
libc/bionic/send.c [deleted file]
libc/bionic/send.cpp [new file with mode: 0644]
libc/bionic/setpgrp.cpp [moved from libc/bionic/setpgrp.c with 97% similarity]
libc/bionic/umount.cpp [moved from libc/bionic/umount.c with 92% similarity]
libc/include/sys/socket.h