patch-gpucom_c 390 B

1234567891011
  1. --- atop-2.12.1.orig/gpucom.c 2025-09-23 19:16:03.000000000 +0200
  2. +++ atop-2.12.1/gpucom.c 2026-07-07 02:03:39.884775016 +0200
  3. @@ -22,7 +22,7 @@
  4. ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  5. ** See the GNU General Public License for more details.
  6. */
  7. -#define _POSIX_C_SOURCE
  8. +#define _POSIX_C_SOURCE 200809L
  9. #define _XOPEN_SOURCE
  10. #define _GNU_SOURCE
  11. #define _DEFAULT_SOURCE