Use fseeko() instead of fseek() inside libc, as the latter just
authorguenther <guenther@openbsd.org>
Sat, 14 May 2022 05:06:32 +0000 (05:06 +0000)
committerguenther <guenther@openbsd.org>
Sat, 14 May 2022 05:06:32 +0000 (05:06 +0000)
commit4487cc5a9622d40fb74f2df5cb026438772af5a5
treee1b2269a181b9f9a3cb37461d8706dbe7b24ab0d
parent8732c71624623210e9e8217b22269e93892f230f
Use fseeko() instead of fseek() inside libc, as the latter just
calls the former with a loss of range.  Mark fseek symbol as
deprecated to block accidental use in the future.

ok millert@ deraadt@
lib/libc/gen/getcap.c
lib/libc/hidden/stdio.h
lib/libc/rpc/xdr_stdio.c
lib/libc/stdio/fseek.c
lib/libc/stdio/rewind.c