homework-jianmu/deps/MsvcLibX/src/lstat64i32.c

22 lines
1.0 KiB
C

/*****************************************************************************\
* *
* Filename lstat64i32.c *
* *
* Description: Redefinitions of standard C library's lstat64i32() *
* *
* Notes: *
* *
* History: *
* 2014-02-14 JFL Created this module. *
* *
* Copyright 2016 Hewlett Packard Enterprise Development LP *
* Licensed under the Apache 2.0 license - www.apache.org/licenses/LICENSE-2.0 *
\*****************************************************************************/
/* st_*time is 64-bits __time64_t & st_size is 32-bits __off32_t */
#undef _USE_32BIT_TIME_T
#define _FILE_OFFSET_BITS 32
#include "lstat.c"