libc: move getpagesize(s) to libsys

Reviewed by:	kib, emaste, imp
Pull Request:	https://github.com/freebsd/freebsd-src/pull/908
This commit is contained in:
Brooks Davis 2023-11-17 18:55:25 +00:00
parent 4c33415e4c
commit f70c5a0925
8 changed files with 6 additions and 6 deletions

View File

@ -77,8 +77,6 @@ SRCS+= __getosreldate.c \
getmntinfo-compat11.c \
getnetgrent.c \
getosreldate.c \
getpagesize.c \
getpagesizes.c \
getpeereid.c \
getprogname.c \
getpwent.c \
@ -241,8 +239,6 @@ MAN+= alarm.3 \
getmntinfo.3 \
getnetgrent.3 \
getosreldate.3 \
getpagesize.3 \
getpagesizes.3 \
getpass.3 \
getpeereid.3 \
getprogname.3 \

View File

@ -159,7 +159,6 @@ FBSD_1.0 {
endnetgrent;
innetgr;
getosreldate;
getpagesize;
getpeereid;
_getprogname;
getprogname;
@ -339,7 +338,6 @@ FBSD_1.1 {
FBSD_1.2 {
cfmakesane;
endutxent;
getpagesizes;
getutxent;
getutxid;
getutxline;

View File

@ -33,6 +33,8 @@ PSEUDO+= _clock_gettime.o _gettimeofday.o
SRCS+= \
__error.c \
_once_stub.c \
getpagesize.c \
getpagesizes.c \
interposing_table.c
SRCS+= getdents.c lstat.c mknod.c stat.c
@ -371,6 +373,8 @@ MAN+= abort2.2 \
_umtx_op.2
MAN+= \
getpagesize.3 \
getpagesizes.3 \
lockf.3 \
rfork_thread.3 \
sleep.3 \

View File

@ -98,6 +98,7 @@ FBSD_1.0 {
getgid;
getgroups;
getitimer;
getpagesize;
getpeername;
getpgid;
getpgrp;
@ -331,6 +332,7 @@ FBSD_1.2 {
cap_enter;
cap_getmode;
getloginclass;
getpagesizes;
pdfork;
pdgetpid;
pdkill;