)]}'
{
  "commit": "9fcd1fdf7bb599f25e1c5d97708da2e4f5fc9688",
  "tree": "7eb1e23c92558adb51666ce7dd5d273fa996a95e",
  "parents": [
    "8c303cbfb6c5d37873a3ba101fb48aa5fc7448b6"
  ],
  "author": {
    "name": "Pali Rohár",
    "email": "pali.rohar@gmail.com",
    "time": "Sun Jun 15 15:30:10 2025 +0200"
  },
  "committer": {
    "name": "Martin Storsjö",
    "email": "martin@martin.st",
    "time": "Wed Jun 25 14:45:02 2025 +0300"
  },
  "message": "crt: Define fseeko64 symbol as alias to _fseeki64\n\nmingw-w64 implementation of fseeko64() and _fseeki64() functions in files\nmingw-w64-crt/stdio/_fseeki64.c and mingw-w64-crt/stdio/fseeko64.c are\nexactly same.\n\nAlso both fseeko64() and _fseeki64() functions have C fseek() ABI with\n64-bit offset type.\n\nSo remove the mingw-w64 fseeko64 implementation and define fseeko64 symbol\nas an alias to the _fseeki64 symbol. For msvcr80+ define it in def include\nfile crt-aliases.def.in and for other implementations define it in the\nmingw-w64-crt/stdio/_fseeki64.c file.\n\nThis change allows to use native msvcr80+ / UCRT implementation of\n_fseeki64() function for the POSIX fseeko64() instead of statically linking\nthe mingw-w64 implementation.\n\nSigned-off-by: Martin Storsjö \u003cmartin@martin.st\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "fab93c1540360872eb4ffc9f4e845eaec9122e3a",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/Makefile.am",
      "new_id": "8ee5b8cb523711e1bd48cb0af0fece5502efe8be",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/Makefile.am"
    },
    {
      "type": "modify",
      "old_id": "25f5b87010e0c9f283891e396e096f995442d5dd",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/def-include/crt-aliases.def.in",
      "new_id": "b30e8ea64911f28872053eb36359724542dc70c4",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/def-include/crt-aliases.def.in"
    },
    {
      "type": "modify",
      "old_id": "abdcb8224c7c0cd3dfa86b311554ae1c53359e33",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/lib-common/api-ms-win-crt-stdio-l1-1-0.def",
      "new_id": "38bd1aa819f4f0fda26463d74ddfc6c16c9d5276",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/lib-common/api-ms-win-crt-stdio-l1-1-0.def"
    },
    {
      "type": "modify",
      "old_id": "3ec4ccb3a392898083b0a7d1553f621544937284",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/stdio/_fseeki64.c",
      "new_id": "6881930b06984809cdef9ddee31e6c065198f98d",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/stdio/_fseeki64.c"
    },
    {
      "type": "delete",
      "old_id": "316163497b78fe1fb972f53ca13c360376b8f63b",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/stdio/fseeko64.c",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    }
  ]
}
