done:
https://github.com/LinuxCNC/linuxcnc/commit/b3d622b14a
--
Dewey Garrett
___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers
On Mon, 2 May 2022 at 03:16, Alec Ari via Emc-developers
wrote:
> I don't see how using rtapi_string.h fixes this problem. I know that it
> works, but I don't see how it possibly can.
is MODULE defined in the RTAI case?
#ifdef MODULE
/* Suspect only very early kernels are missing the basic str
gomath.c says the header is for providing `memset` but that function isn't in
rtapi_string.h:
https://github.com/LinuxCNC/linuxcnc/blob/master/src/rtapi/rtapi_string.h
But rather inside the C library:
https://sourceware.org/git/?p=glibc.git;a=blob;f=include/string.h
https://git.musl-libc.org/c