]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pthread.h: drop nullability attributes.
authorpfg <pfg@FreeBSD.org>
Wed, 4 Apr 2018 02:00:10 +0000 (02:00 +0000)
committerpfg <pfg@FreeBSD.org>
Wed, 4 Apr 2018 02:00:10 +0000 (02:00 +0000)
commita6489bd7e9ccb8b70dda785df323903762f30a3f
tree4ffb60fea2f608e6acb1eaef1e521bb99e92ac77
parentb45524a54baa3a984536092413195f1f4ddf07e3
pthread.h: drop nullability attributes.

These have been found to be practically useless. We were actually
following the Android bionic library and had some interest in replicating
the same warnings and behaviour but Android has since removed them.

We are still keeping some uses of nullability attributes in other headers,
somewhat in line with Apple's libc.

MFC after: 1 week
Hinted by: bionic (git 3f66e74b903905e763e104396aff52a81718cfde)
include/pthread.h