)]}'
{
  "commit": "85d439d3fa1eec32c7f7ecb6d8da52f7eaa70458",
  "tree": "c3e93103f26969ea49e4855d936aa85d1f77906e",
  "parents": [
    "f1db8ce28d1f18366268422f21f934ad87d342db"
  ],
  "author": {
    "name": "Pali Rohár",
    "email": "pali.rohar@gmail.com",
    "time": "Sun Apr 13 18:34:36 2025 +0200"
  },
  "committer": {
    "name": "Martin Storsjö",
    "email": "martin@martin.st",
    "time": "Mon May 05 23:43:59 2025 +0300"
  },
  "message": "headers: Remove inline definition of _fstat64i32() and _stat64i32() functions\n\nThese functions in sys/stat.h are defined as wrappers around _fstat64() and\n_stat64() functions. But msvcr80+ and UCRT DLL libraries provide native\n_fstat64i32() and _stat64i32() functions and so it is not needed to use\ninline fallback wrappers.\n\nFor pre-msvcr80 builds, mingw-w64 already provides fallback implementations\nin all CRT import libraries.\n\nSo remove inline definition of _fstat64i32() and _stat64i32() functions as\nthey are not needed and for msvcr80+ just prevents using them natively.\n\nSigned-off-by: Martin Storsjö \u003cmartin@martin.st\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "cc72b3814ba9e07db87cd8c7c059ad95f8c652d7",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/stdio/_fstat64i32.c",
      "new_id": "dbc689c809040abcd03edc3889214138f9449fce",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/stdio/_fstat64i32.c"
    },
    {
      "type": "modify",
      "old_id": "47aa080800e334ee4b23d1f322830d5fb786095b",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/stdio/_stat64i32.c",
      "new_id": "a6c3243a64a84f4a4a9573f6f2730680fbe5a5aa",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/stdio/_stat64i32.c"
    },
    {
      "type": "modify",
      "old_id": "a48a5101359f284022364226b31304d9a8611447",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/stdio/_wstat64i32.c",
      "new_id": "292d0b4a6a480e7d967e5d6e9b51fcb54f55e893",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/stdio/_wstat64i32.c"
    },
    {
      "type": "modify",
      "old_id": "a484f4fecf6aae23cff9792a14da87aa91268f85",
      "old_mode": 33188,
      "old_path": "mingw-w64-headers/crt/sys/stat.h",
      "new_id": "80fa4b10f4f4596257fa1644200c77da5ec83367",
      "new_mode": 33188,
      "new_path": "mingw-w64-headers/crt/sys/stat.h"
    }
  ]
}
