ansification: remove _EXFNPTR, _EXPARM

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz
2017-12-03 22:52:13 -06:00
parent 9087163804
commit 77f16db546
13 changed files with 77 additions and 81 deletions

View File

@ -90,7 +90,7 @@ _fseeko64_r (struct _reent *ptr,
_off64_t offset,
int whence)
{
_fpos64_t _EXFNPTR(seekfn, (struct _reent *, void *, _fpos64_t, int));
_fpos64_t (*seekfn) (struct _reent *, void *, _fpos64_t, int);
_fpos64_t target, curoff;
size_t n;