libc - change SEM_VALUE_MAX
authorNicolas Thery <nthery@gmail.com>
Mon, 30 Jun 2014 18:57:03 +0000 (20:57 +0200)
committerNicolas Thery <nthery@gmail.com>
Mon, 30 Jun 2014 20:52:18 +0000 (22:52 +0200)
commitf9f06c4c70fd9b1fd2d882cd249231dea19419b7
treee7980c9ea57aff5de5486be3e293ff7d79ff2b74
parent2090dcd357ab77cf6dfa65524744c2bd8cd738c5
libc - change SEM_VALUE_MAX

sem_getvalue(3) requires a signed int count so change SEM_VALUE_MAX to INT_MAX.

Reviewed-by: joris@giovannangeli.fr
sys/sys/semaphore.h