git: libthread_xu: Remove local versions of 3 parameter timespec{add, sub}().

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Nov 2 12:13:01 PDT 2019


commit ce96aca2381dc94582a0e9b1f76b1c0d03726b6c
Author: Sascha Wildner <saw at online.de>
Date:   Sat Nov 2 20:07:49 2019 +0100

    libthread_xu: Remove local versions of 3 parameter timespec{add,sub}().
    
    Adjust the parameter order. Comparison of preprocessed code before and
    after this commit looks good.

Summary of changes:
 lib/libthread_xu/thread/thr_cond.c    |  2 +-
 lib/libthread_xu/thread/thr_join.c    |  2 +-
 lib/libthread_xu/thread/thr_mutex.c   |  6 +++---
 lib/libthread_xu/thread/thr_private.h | 20 --------------------
 lib/libthread_xu/thread/thr_sem.c     |  2 +-
 lib/libthread_xu/thread/thr_umtx.c    |  8 ++++----
 6 files changed, 10 insertions(+), 30 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ce96aca2381dc94582a0e9b1f76b1c0d03726b6c


-- 
DragonFly BSD source repository



More information about the Commits mailing list