git: libc: Add sched_getcpu().

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sun Jan 22 04:38:33 PST 2017


commit a7477187f4b5cce04292afcd3b22c032d64d011c
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Thu Jan 19 22:03:01 2017 +0800

    libc: Add sched_getcpu().

Summary of changes:
 lib/libc/sys/Makefile.inc                          |  6 ++--
 lib/libc/sys/Symbol.map                            |  1 +
 .../ioprio/ioprio.1 => lib/libc/sys/sched_getcpu.2 | 40 +++++++++++-----------
 sys/net/toeplitz.h => lib/libc/sys/sched_getcpu.c  | 24 +++++++------
 sys/sys/param.h                                    |  3 +-
 sys/sys/sched.h                                    |  1 +
 6 files changed, 40 insertions(+), 35 deletions(-)
 copy usr.bin/ioprio/ioprio.1 => lib/libc/sys/sched_getcpu.2 (75%)
 copy sys/net/toeplitz.h => lib/libc/sys/sched_getcpu.c (85%)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list