aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/arm64/mp_machdep.c
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2016-05-31 19:05:41 +0000
committerEd Schouten <ed@FreeBSD.org>2016-05-31 19:05:41 +0000
commit08c8d10cf34b0b4a2ce3317ad0b00c4310116db1 (patch)
treee21f2c68a54ba38ea2af492d9c0ecad7bed112cc /sys/arm64/arm64/mp_machdep.c
parente0db04b3dee196337fb8701c5aaf89734f502f48 (diff)
downloadsrc-08c8d10cf34b0b4a2ce3317ad0b00c4310116db1.tar.gz
src-08c8d10cf34b0b4a2ce3317ad0b00c4310116db1.zip
Improve POSIX conformance of <signal.h>.
- This header file has always depended on pthread_t, pthread_attr_t, struct timespec, size_t and uid_t. Only as of POSIX 2008, these dependencies have been states explicitly. They should now be defined. - In our implementation, struct sigevent::sigev_notify_attributes has type "void *" instead of "pthread_attr_t *". My guess is that this was done to prevent pulling in the pthread types, but this can easily be avoided by using the underlying structure types.
Notes
Notes: svn path=/head/; revision=301071
Diffstat (limited to 'sys/arm64/arm64/mp_machdep.c')
0 files changed, 0 insertions, 0 deletions