Sort declaration of sem_clockwait_np
authorvangyzen <vangyzen@FreeBSD.org>
Tue, 28 Feb 2017 21:47:00 +0000 (21:47 +0000)
committervangyzen <vangyzen@FreeBSD.org>
Tue, 28 Feb 2017 21:47:00 +0000 (21:47 +0000)
commite1624b5284aa20f98a49ad3c3edb5847e4a31277
tree38357f1b656ec4025fef6b605806f8457ed999a4
parent07c0693c8853c9a534dd37058ee6f14a466cb9ba
Sort declaration of sem_clockwait_np

Also mention <time.h> in sem_timedwait(3), because POSIX does,
and because the user will need it for clockid_t, struct timespec,
and TIMER_ABSTIME.

Reported by: bde
MFC after: 9 days
X-MFC with: r314179
Sponsored by: Dell EMC
include/semaphore.h
lib/libc/gen/sem_timedwait.3