summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old/manager.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-04-26 23:35:32 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:43 +0200
commite7575150911d8ee230d17ab7c03864df24a8be07 (patch)
tree72699cf46eb41dcd1f6448f97a47213634511229 /libpthread/linuxthreads.old/manager.c
parentd60ef5b6d8b6c8fb1650e351028aa2fbd41488e8 (diff)
linuxthreads.old: remove __old_sem_* and rename __new_sem_* to sem_*
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/linuxthreads.old/manager.c')
-rw-r--r--libpthread/linuxthreads.old/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/manager.c b/libpthread/linuxthreads.old/manager.c
index 2a3bc26d7..e4022f8ea 100644
--- a/libpthread/linuxthreads.old/manager.c
+++ b/libpthread/linuxthreads.old/manager.c
@@ -232,7 +232,7 @@ int attribute_noreturn __pthread_manager(void *arg)
break;
case REQ_POST:
PDEBUG("got REQ_POST\n");
- __new_sem_post(request.req_args.post);
+ sem_post(request.req_args.post);
break;
case REQ_DEBUG:
PDEBUG("got REQ_DEBUG\n");