diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libmount/hide-private-symbols.diff | |
Diffstat (limited to 'vcpkg/ports/libmount/hide-private-symbols.diff')
| -rw-r--r-- | vcpkg/ports/libmount/hide-private-symbols.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/libmount/hide-private-symbols.diff b/vcpkg/ports/libmount/hide-private-symbols.diff new file mode 100644 index 0000000..6527be0 --- /dev/null +++ b/vcpkg/ports/libmount/hide-private-symbols.diff @@ -0,0 +1,15 @@ +diff --git a/include/strutils.h b/include/strutils.h +index e9f8a0c..2f6d285 100644 +--- a/include/strutils.h ++++ b/include/strutils.h +@@ -16,6 +16,10 @@ + + #include "c.h" + ++// private, and clashing with libsystemd. ++#define parse_size ul__parse_size ++#define parse_range ul__parse_range ++ + /* initialize a custom exit code for all *_or_err functions */ + extern void strutils_set_exitcode(int exit_code); + |