]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add sched_get/setaffinity(3)
authorKonstantin Belousov <kib@FreeBSD.org>
Fri, 22 Oct 2021 15:21:33 +0000 (18:21 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Wed, 10 Nov 2021 19:18:54 +0000 (21:18 +0200)
commit43736b71dd051212d5c55be9fa21c45993017fbb
treeb2b36fd44b76922c2d297da2a78ed5a59b04ea0d
parent160b4b922b6021848b6b48afc894d16b879b7af2
Add sched_get/setaffinity(3)

for compatibility with Linux.

Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D32901
include/sched.h
lib/libc/gen/Makefile.inc
lib/libc/gen/Symbol.map
lib/libc/gen/sched_getaffinity.c [new file with mode: 0644]
lib/libc/gen/sched_setaffinity.c [new file with mode: 0644]