gprofng: Fix build with 64bit file offset on 32bit machines
authorKhem Raj <raj.khem@gmail.com>
Mon, 31 Jul 2023 22:31:40 +0000 (15:31 -0700)
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>
Wed, 2 Aug 2023 03:57:42 +0000 (20:57 -0700)
commit69c37f53e20dc3e0b3c179b511ff786db6ae114e
tree02129ebadb74e7d3f2430cf8221799ce186600e3
parent1913729810b6437166c33a3f4c750bf7ac63e7f4
gprofng: Fix build with 64bit file offset on 32bit machines

gprofng/ChangeLog
2023-07-31  Khem Raj <raj.khem@gmail.com>

* libcollector/iotrace.c: Define open64, fgetpos64, and fsetpos64
  only when __USE_LARGEFILE64 and __USE_FILE_OFFSET64 are not
  defined.
gprofng/libcollector/iotrace.c