[coreboot-gerrit] New patch to review for coreboot: 5037544 fmap: request libc compatibility level that includes memccpy

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sat May 9 08:33:25 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10160

-gerrit

commit 50375442181d2ea9cb3a402e6d84d9b35e2078f6
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sat May 9 08:28:33 2015 +0200

    fmap: request libc compatibility level that includes memccpy
    
    Change-Id: I928efe6f63305a0099d64e83091aa80768582f48
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 util/cbfstool/flashmap/fmap.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/cbfstool/flashmap/fmap.c b/util/cbfstool/flashmap/fmap.c
index 5438d49..f143beb 100644
--- a/util/cbfstool/flashmap/fmap.c
+++ b/util/cbfstool/flashmap/fmap.c
@@ -32,6 +32,8 @@
  * Software Foundation.
  */
 
+#define _XOPEN_SOURCE 700
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>



More information about the coreboot-gerrit mailing list