mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
<stdio.h>: ftello() and fseeko() were in SUSv2, so extend visibility.
See: http://pubs.opengroup.org/onlinepubs/007908799/xsh/fseek.html http://pubs.opengroup.org/onlinepubs/007908799/xsh/ftell.html Hinted from: DragonFlyBSD (git 58696e28)
This commit is contained in:
parent
9c3595112f
commit
0558617b42
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317595
@ -338,7 +338,7 @@ int ferror_unlocked(FILE *);
|
||||
int fileno_unlocked(FILE *);
|
||||
#endif
|
||||
|
||||
#if __POSIX_VISIBLE >= 200112
|
||||
#if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE >= 500
|
||||
int fseeko(FILE *, __off_t, int);
|
||||
__off_t ftello(FILE *);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user