Merge "Nullability check for ipc module." am: 3d59f2838a
am: 8ce2187b33
am: 3b7c481df4
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2537352 Change-Id: I768b389647c7cb4fc6196cc40961f2753636d6f3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7d9d659c28
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