git: 84dd0c080ba5 - main - libc: libc/gen/sched_getcpu_gen.c -> libsys/

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Mon, 05 Feb 2024 20:38:29 UTC
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=84dd0c080ba5ddf67a54e9eb070fe5174ffead19

commit 84dd0c080ba5ddf67a54e9eb070fe5174ffead19
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-14 21:35:01 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-02-05 20:34:55 +0000

    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
---
 lib/libc/x86/sys/Makefile.inc               | 1 +
 lib/{libc/gen => libsys}/sched_getcpu_gen.c | 0
 2 files changed, 1 insertion(+)

diff --git a/lib/libc/x86/sys/Makefile.inc b/lib/libc/x86/sys/Makefile.inc
index cbc28773ab79..05d07ee5552a 100644
--- a/lib/libc/x86/sys/Makefile.inc
+++ b/lib/libc/x86/sys/Makefile.inc
@@ -1,4 +1,5 @@
 .PATH:	${LIBC_SRCTOP}/x86/sys
+.PATH:	${LIBSYS_SRCTOP}/x86
 
 SRCS+= \
 	__vdso_gettc.c \
diff --git a/lib/libc/gen/sched_getcpu_gen.c b/lib/libsys/sched_getcpu_gen.c
similarity index 100%
rename from lib/libc/gen/sched_getcpu_gen.c
rename to lib/libsys/sched_getcpu_gen.c