git: libthread_xu: Implement stub sem_open/sem_close/sem_unlink.

Venkatesh Srinivas vsrinivas at crater.dragonflybsd.org
Mon Jan 30 05:08:12 PST 2012


commit 869265823d91a2dd4c0d8244a906bb52102f76f0
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date:   Mon Jan 30 08:04:53 2012 -0500

    libthread_xu: Implement stub sem_open/sem_close/sem_unlink.
    
    The stub sem_open/sem_close/sem_unlink routines return ENOSYS; this is an
    improvement over the default implementation, which returned 0 without doing
    any work. libc_r already provided the stubs.
    
    Closes: Bug #2285

Summary of changes:
 lib/libthread_xu/thread/thr_sem.c |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/869265823d91a2dd4c0d8244a906bb52102f76f0


-- 
DragonFly BSD source repository





More information about the Commits mailing list