libc: move __getosreldate 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 20:13:40 +00:00
parent f70c5a0925
commit 10f1b536ad
3 changed files with 3 additions and 15 deletions
+1
View File
@@ -32,6 +32,7 @@ PSEUDO+= _clock_gettime.o _gettimeofday.o
# Sources common to both syscall interfaces:
SRCS+= \
__error.c \
__getosreldate.c \
_once_stub.c \
getpagesize.c \
getpagesizes.c \