Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2024 20:38:29 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 84dd0c080ba5 - main - libc: libc/gen/sched_getcpu_gen.c -> libsys/
Message-ID:  <202402052038.415KcTRg069020@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402052038.415KcTRg069020>