OSDN Git Service

Match _Nonnull between char and wchar_t funcs.
authorDan Albert <danalbert@google.com>
Wed, 21 Sep 2016 08:57:51 +0000 (01:57 -0700)
committerDan Albert <danalbert@google.com>
Wed, 21 Sep 2016 09:00:18 +0000 (02:00 -0700)
commitf45d76a85b03b644523d50f74f95f0964ea039da
tree8c387015b0b0b67d207d676e905045ba9cb5a5a2
parent495ec92605cb608730cc920ba5afe454860abf2b
Match _Nonnull between char and wchar_t funcs.

The char versions of these functions have `_Nonnull` on these
parameters. Match it in the wide char versions. strxfrm_l also has
`__restrict` on its pointer arguments, I believe we've decided that's
something that shouldn't be proliferated...

Test: make checkbuild tests
Bug: None
Change-Id: Ie533e1af92b2a7c9df657073dbc4c345abf72473
libc/include/wchar.h