diff options
author | Arnd Bergmann <[email protected]> | 2023-08-09 23:10:49 +0200 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2023-08-21 13:27:43 +0200 |
commit | 668a920208fffaf5308aabd304f7568d6815169b (patch) | |
tree | 64fd1ff3302693e815541d79863bc1c2c9457c59 /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 6831a8a3bd76adb7f7c91006a8ce8b3b67a666cc (diff) |
m68k: Define __div64_32() to avoid a warning
The generic __div64_32() definition is built on all architectures that
don't provide this as a macro. m68k however neither defines nor
requires __div64_32, so it should define an empty one to avoid the
warning:
lib/math/div64.c:31:32: error: no previous prototype for '__div64_32' [-Werror=missing-prototypes]
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions