commit | 428d2918fab6cc3be606b7f010801bd09652ff68 | [log] [tgz] |
---|---|---|
author | Lasse Collin <[email protected]> | Mon Mar 18 19:48:12 2024 +0200 |
committer | Lasse Collin <[email protected]> | Mon Mar 18 19:48:12 2024 +0200 |
tree | 80b427d756e85342fc90f0c9ad2638ff174d1836 | |
parent | 1b6defd544914bfb4065e343296e5db64ef400e6 [diff] |
Sync decompress_unxz.c and unxz.h from Linux 6.8. This changes the API to use long instead of int, includes <linux/decompress/unxz.h> to avoid a missing prototype, replaces the "decompress" macro with __decompress function, and removes IA-64 support. These are all extremely simple changes.