Add missing #include in get-rounding-mode.h

This commit is contained in:
Roland McGrath 2014-06-23 14:07:59 -07:00
parent 3fc7236a28
commit aba8ef95b5
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2014-06-23 Roland McGrath <roland@hack.frob.com> 2014-06-23 Roland McGrath <roland@hack.frob.com>
* sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
using abort.
* sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
Remove unused variable ST. Remove unused variable ST.

View File

@ -20,6 +20,7 @@
#define _GET_ROUNDING_MODE_H 1 #define _GET_ROUNDING_MODE_H 1
#include <fpu_control.h> #include <fpu_control.h>
#include <stdlib.h>
/* Define values for FE_* modes not defined for this architecture. */ /* Define values for FE_* modes not defined for this architecture. */
#ifdef FE_DOWNWARD #ifdef FE_DOWNWARD