arrfab / rpms / glibc

Forked from rpms/glibc 5 years ago
Clone

Blame SOURCES/glibc-rh1418978-2-2.patch

147e83
commit aba8ef95b56313269512f5ec449e0d9c74d2a1e2
147e83
Author: Roland McGrath <roland@hack.frob.com>
147e83
Date:   Mon Jun 23 14:07:59 2014 -0700
147e83
147e83
    Add missing #include in get-rounding-mode.h
147e83
147e83
Index: b/sysdeps/generic/get-rounding-mode.h
147e83
===================================================================
147e83
--- a/sysdeps/generic/get-rounding-mode.h
147e83
+++ b/sysdeps/generic/get-rounding-mode.h
147e83
@@ -20,6 +20,7 @@
147e83
 #define _GET_ROUNDING_MODE_H	1
147e83
 
147e83
 #include <fpu_control.h>
147e83
+#include <stdlib.h>
147e83
 
147e83
 /* Define values for FE_* modes not defined for this architecture.  */
147e83
 #ifdef FE_DOWNWARD