]> git.ipfire.org Git - thirdparty/kmod.git/commit
shared: s/addu64_overflow/uadd64_overflow/g
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 30 Sep 2024 21:36:29 +0000 (22:36 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 15 Oct 2024 17:35:38 +0000 (12:35 -0500)
commitb9019723bdfdfa8f34a4a2fe29ea5f2e72f91cde
tree7aaebc761218b67364c943301d2a1fdabc7be1ab
parent8fa87bf4aa4e0f38426fb233e3dc5b22f8b3bb1d
shared: s/addu64_overflow/uadd64_overflow/g

Rename the helper closer to the actual built-in.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/169
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod-elf.c
shared/util.h
testsuite/test-util.c