commit | 7c0dd555c09c880b71c7c4039993d1d029add109 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Tue Feb 26 13:27:15 2013 -0800 |
committer | Nick Kralevich <nnk@google.com> | Tue Feb 26 13:27:15 2013 -0800 |
tree | 8196bd0651e4a5b7edefd952696f7e8d97dcfa27 | |
parent | c0e9ddd002f6084c29c26236d741d64d01713c15 [diff] |
libc: create sys/capability.h Per "man capset", sys/capability.h is the appropriate header file for the capget / capset definition, not unistd.h. Fixed. As a short term hack, continue to include sys/capability.h in unistd.h, until we can fix all the code which uses capget / capset. Change-Id: I6e7cf55955d761ca785a14c5e4b7a44125d8fc15