libc: libc/gen/sched_getcpu_gen.c -> libsys/

It is a trivial system call wrapper.

Reviewed by:	kib, emaste, imp
Pull Request:	https://github.com/freebsd/freebsd-src/pull/908
This commit is contained in:
Brooks Davis 2023-11-14 21:35:01 +00:00
parent 29d079c964
commit 84dd0c080b
2 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
.PATH: ${LIBC_SRCTOP}/x86/sys
.PATH: ${LIBSYS_SRCTOP}/x86
SRCS+= \
__vdso_gettc.c \