DragonFly BSD
DragonFly commits List (threaded) for 2012-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Venkatesh Srinivas <vsrinivas@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 30 Jan 2012 05:08:12 -0800 (PST)

commit 869265823d91a2dd4c0d8244a906bb52102f76f0
Author: Venkatesh Srinivas <me@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]