Kernel POSIX: add stpcpy.

- Required by new GCC versions, which are able to optimize string
  appends using it.
- Fixes build of ACPICA for x86/gcc4.
This commit is contained in:
Adrien Destugues
2015-12-29 10:24:06 +01:00
parent 4dffc0abb9
commit 9ec8a1e4d9
+1
View File
@@ -123,6 +123,7 @@ KernelMergeObject kernel_lib_posix.o :
strstr.c
strtok.c
strupr.c
stpcpy.c
: $(TARGET_KERNEL_PIC_CCFLAGS)
;