lib{c,sys}: correctly expose sched_getcpu

When moving the implementation, I failed to move the symbol entry.

Reviewed by:	kib
Fixes:		84dd0c080b libc: libc/gen/sched_getcpu_gen.c -> libsys/
Differential Revision:	https://reviews.freebsd.org/D44112
This commit is contained in:
Brooks Davis 2024-03-15 22:52:07 +00:00
parent 87740ff2ac
commit b12090676c
2 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,6 @@ FBSD_1.7 {
scandirat;
sched_getaffinity;
sched_setaffinity;
sched_getcpu;
versionsort;
__cpuset_alloc;
__cpuset_free;

View File

@ -371,6 +371,7 @@ FBSD_1.7 {
fspacectl;
kqueuex;
membarrier;
sched_getcpu;
swapoff;
timerfd_create;
timerfd_gettime;