Gregory Nutt 42a0796615 Squashed commit of the following:
sched/semaphore:  Add nxsem_post() which is identical to sem_post() except that it never modifies the errno variable.  Changed all references to sem_post in the OS to nxsem_post().

    sched/semaphore:  Add nxsem_destroy() which is identical to sem_destroy() except that it never modifies the errno variable.  Changed all references to sem_destroy() in the OS to nxsem_destroy().

    libc/semaphore and sched/semaphore:  Add nxsem_getprotocol() and nxsem_setprotocola which are identical to sem_getprotocol() and set_setprotocol() except that they never modifies the errno variable.  Changed all references to sem_setprotocol in the OS to nxsem_setprotocol().  sem_getprotocol() was not used in the OS
2017-10-03 15:35:24 -06:00
..
2017-09-19 14:17:05 -06:00
2017-10-03 15:35:24 -06:00
2016-10-24 16:18:30 -06:00
2017-07-23 07:17:56 -06:00
2017-04-08 12:34:08 -06:00
2016-12-10 16:34:14 -06:00
2017-02-16 14:42:27 -06:00
2017-02-17 09:48:55 -06:00