Merge "Nullability check for ipc module." am: 3d59f2838a
am: 8ce2187b33
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2537352 Change-Id: I893c0caaa041a0dc3d19f2631cab85d94f27cfab Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3b7c481df4
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,6 @@ __BEGIN_DECLS
|
|||
*
|
||||
* Returns a key on success, and returns -1 and sets `errno` on failure.
|
||||
*/
|
||||
key_t ftok(const char* __path, int __id);
|
||||
key_t ftok(const char* _Nonnull __path, int __id);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Reference in a new issue