OSDN Git Service

bionic: split out getpwnam and friends
authorMark Salyzyn <salyzyn@google.com>
Tue, 5 Apr 2016 16:09:46 +0000 (09:09 -0700)
committerMark Salyzyn <salyzyn@google.com>
Wed, 6 Apr 2016 14:26:01 +0000 (07:26 -0700)
commitb38347ad8bee0e35ab45f1658c780e25033c28b1
tree81f36add48738611c1cb54469e33489c0c022e59
parentd9bba70c3d55a48eb75f3e41c2e0b92982bc7a59
bionic: split out getpwnam and friends

- added grp_pwd.cpp containing POSIX passwd and group functions,
  colocated because they share with the Android ID (AID) roots.
- stubs.cpp contains all the truly empty functions (network and
  protocol accessors)

Bug: 27999086
Change-Id: I036f9e2dd246f48302cb7c97d23176fa24d19c33
libc/Android.bp
libc/Android.mk
libc/bionic/grp_pwd.cpp [new file with mode: 0644]
libc/bionic/stubs.cpp