MSYS2-packages/coreutils/coreutils-8.32-lib-hash-pjw.h.patch
مهدي شينون (Mehdi Chinoune) ddf66eac75 coreutils: update to 9.4
patches were copied from CygWin.
2023-09-20 07:21:31 +01:00

8 lines
433 B
Diff

--- origsrc/lib/hash-pjw.h 2016-07-15 14:47:39.000000000 -0500
+++ src/lib/hash-pjw.h 2017-02-03 13:32:48.725613200 -0600
@@ -21,3 +21,4 @@
The result is platform dependent: it depends on the size of the 'size_t'
type and on the signedness of the 'char' type. */
extern size_t hash_pjw (void const *x, size_t tablesize) _GL_ATTRIBUTE_PURE;
+extern size_t hash_pjw_case (void const *x, size_t tablesize) _GL_ATTRIBUTE_PURE;