mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

* some old patches apparently unneeded have been removed * patches are now better split * fix build for x86 and x86-64 * tested with qemuarm, qemuppc, qemumips, qemux86, qemux86-64 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
10 lines
183 B
Diff
10 lines
183 B
Diff
--- a/purgatory/string.c
|
|
+++ b/purgatory/string.c
|
|
@@ -1,5 +1,5 @@
|
|
#include <stddef.h>
|
|
-#include <string.h>
|
|
+/* #include <string.h> */
|
|
|
|
size_t strnlen(const char *s, size_t max)
|
|
{
|