blob: 8ba257de481a37f68168fa9638519a3a285c0622 [file] [log] [blame]
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#include <sys/stat.h>
#include <stdlib.h>
#include "__mingw_fix_stat.h"
int __cdecl fstat32i64(int fd, struct _stat32i64 *stat);
int __cdecl fstat32i64(int fd, struct _stat32i64 *stat)
{
return __MINGW_FIXED_FSTAT(_fstat32i64, fd, stat);
}
int (__cdecl *__MINGW_IMP_SYMBOL(fstat32i64))(int, struct _stat32i64 *) = fstat32i64;