libc: remove remnants of __fcntl_compat

Reviewed by:	kib
Fixes:		60b2e2d3ee libc: stop exposing __fcntl_compat
Differential Revision:	https://reviews.freebsd.org/D44326
This commit is contained in:
Brooks Davis 2024-03-13 16:52:49 +00:00
parent 906521f817
commit a3a4bea49c
2 changed files with 0 additions and 3 deletions

View file

@ -74,8 +74,6 @@ __sym_compat(swapoff, freebsd13_swapoff, FBSD_1.0);
#define __weak_reference(sym,alias) \
.weak alias;.equ alias,sym
__weak_reference(__sys_fcntl, __fcntl_compat)
#undef __weak_reference
#endif /* __LIBC_COMPAT_H__ */

View file

@ -418,7 +418,6 @@ int __libc_sigwait(const __sigset_t * __restrict,
int * restrict sig);
int __libc_system(const char *);
int __libc_tcdrain(int);
int __fcntl_compat(int fd, int cmd, ...);
int __sys_futimens(int fd, const struct timespec *times) __hidden;
int __sys_utimensat(int fd, const char *path,