mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
Add missing #include in get-rounding-mode.h
This commit is contained in:
parent
3fc7236a28
commit
aba8ef95b5
@ -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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user