12 lines
175 B
C
12 lines
175 B
C
|
#ifndef __INC2038
|
||
|
#define _INC2038
|
||
|
|
||
|
/*
|
||
|
* This file defines _USE_TIME_BITS64.
|
||
|
* It plays the role of a Y2038-proof glibc.
|
||
|
*/
|
||
|
|
||
|
#define _USE_TIME_BITS64
|
||
|
|
||
|
#endif /* INC2038 */
|