lstat64i32.c 1.0 KB
Newer Older
S
Shengliang Guan 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/*****************************************************************************\
*                                                                             *
*   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"