1 Commits

Author SHA1 Message Date
buque
10505fadfa shm.c: Replace stat64/fstat64/ftruncate64mmap64 with normal functions
These functions were needed when _FILE_OFFSET_BITS was not 64, using
AC_SYS_LARGEFILE will detect it correctly and make the normal variants
of these functions behave same as their *64 counterparts.

Signed-off-by: buque <wuxu.wu@huawei.com>
2023-06-20 19:02:34 +08:00