Opened 2 years ago

Last modified 13 months ago

#65913 closed defect

legacy-support: tests: failure due to fstatat64 — at Version 1

Reported by: mascguy (Christopher Nielsen) Owned by: cjones051073 (Chris Jones)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: kencu (Ken), michaelld (Michael Dickens)
Port: legacy-support

Description (last modified by mascguy (Christopher Nielsen))

Perhaps this varies depending on which macOS release the tests are run on. But at least for 10.15, they fail with the following error:

test/test_fstatat64.c:93:12: error: implicit declaration of function 'fstatat64' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
  if (0 != fstatat64 (AT_FDCWD, argv[0], &atfdcwd_stat64, 0)) {
           ^

Change History (1)

comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)

Description: modified (diff)
Note: See TracTickets for help on using tickets.