]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pthread.h: drop nullability attributes.
authorPedro F. Giffuni <pfg@FreeBSD.org>
Wed, 4 Apr 2018 02:00:10 +0000 (02:00 +0000)
committerPedro F. Giffuni <pfg@FreeBSD.org>
Wed, 4 Apr 2018 02:00:10 +0000 (02:00 +0000)
commit7a07ca9b3c7443fc6d0ea73a3cc7bbb331c72eac
tree4ffb60fea2f608e6acb1eaef1e521bb99e92ac77
parentde14bffe3383c01cca93b70f3facb3bc49430228
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