Merge "Nullability check for ipc module."
This commit is contained in:
commit
3d59f2838a
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