Changes between Initial Version and Version 1 of Ticket #65913


Ignore:
Timestamp:
Sep 29, 2022, 7:39:52 PM (19 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65913 – Description

    initial v1  
    22
    33{{{
    4 int     stat64(const char *, struct stat64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_NA, __IPHONE_NA);
    5         ^
    64test/test_fstatat64.c:93:12: error: implicit declaration of function 'fstatat64' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    75  if (0 != fstatat64 (AT_FDCWD, argv[0], &atfdcwd_stat64, 0)) {