commit 81a1a8ec5edcd78c1343b6783d3e4e57cf716b6e parent 1cc119587457c6097e2081e1f2e7aa9b36db4d9c Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sun, 3 Oct 2021 15:02:39 +0200 strtonum.c: remove OpenBSD macro call Diffstat:
M | strtonum.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/strtonum.c b/strtonum.c @@ -63,4 +63,3 @@ strtonum(const char *numstr, long long minval, long long maxval, return (ll); } -DEF_WEAK(strtonum);