sys/syscallsubr.h: align definition of kern_fcntl_freebsd() on 32bit

Fixes:	d0efabdf15
This commit is contained in:
Konstantin Belousov 2024-03-20 05:49:01 +02:00
parent 8eaa6be80d
commit f54495100f

View file

@ -164,7 +164,7 @@ int kern_fchmodat(struct thread *td, int fd, const char *path,
int kern_fchownat(struct thread *td, int fd, const char *path,
enum uio_seg pathseg, int uid, int gid, int flag);
int kern_fcntl(struct thread *td, int fd, int cmd, intptr_t arg);
int kern_fcntl_freebsd(struct thread *td, int fd, int cmd, long arg);
int kern_fcntl_freebsd(struct thread *td, int fd, int cmd, intptr_t arg);
int kern_fhopen(struct thread *td, const struct fhandle *u_fhp, int flags);
int kern_fhstat(struct thread *td, fhandle_t fh, struct stat *buf);
int kern_fhstatfs(struct thread *td, fhandle_t fh, struct statfs *buf);