]> code.ossystems Code Review - openembedded-core.git/commitdiff
musl: Update to latest
authorKhem Raj <raj.khem@gmail.com>
Wed, 30 Aug 2017 17:27:20 +0000 (10:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Aug 2017 22:25:34 +0000 (23:25 +0100)
Alexander Monakov (1):
      __init_libc: add fallbacks for __progname setup

Daniel Sabogal (1):
      fix signed overflow in ftok

Rich Felker (4):
      fix unsynchronized access to FILE structure in fflush(0)
      fix undefined behavior in memset due to missing sequence points
      add powerpc64 and s390x to list of supported archs in INSTALL file
      move IPPORT_RESERVED from netdb.h to netinet/in.h

Szabolcs Nagy (2):
      fix mips ioctl macros to match linux asm/sockios.h
      add SIOCGSTAMPNS socket ioctl macro to ioctl.h

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/musl/musl_git.bb

index e67b82d9ea570e19b6047dc96a9488954a24e73a..88769f4e0ba0daec5e6c9b569c67a5fc1688b70a 100644 (file)
@@ -3,7 +3,7 @@
 
 require musl.inc
 
-SRCREV = "1698fe6cdcdeaad03aa19a85433d5396ecfc51ef"
+SRCREV = "5f7efb87a28a311ad377dd26adf53715dedb096d"
 
 PV = "1.1.16+git${SRCPV}"