$#! | |
@TYPENAME\ | |
_FILE_OFFSET_BITS | |
_GNU_SOURCE | |
_THREAD_SAFE | |
0-9 | |
3 address operations |
Makes file api support of files with size of 2GB * 4GB.
#define _FILE_OFFSET_BITS 64
Makes file api support of files with size of 2GB * 4GB.
#define _GNU_SOURCE
Makes calls to library functions thread safe.
#define _THREAD_SAFE