mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Fix typo in sincos32.h inclusion guard.
This patch fixes a typo in inclusion guard in sincos32.h. ChangeLog: * sysdeps/ieee754/dbl-64/sincos32.h [SINCCOS32_H]: Remove define. [SINCOS32_H]: Define.
This commit is contained in:
parent
f5f0f52651
commit
9947638d74
@ -1,3 +1,9 @@
|
||||
2017-09-25 Stefan Liebler <stli@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/ieee754/dbl-64/sincos32.h
|
||||
[SINCCOS32_H]: Remove define.
|
||||
[SINCOS32_H]: Define.
|
||||
|
||||
2017-09-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
|
||||
|
||||
* math/Versions (expf): New libm symbol at GLIBC_2.27.
|
||||
|
@ -25,7 +25,7 @@
|
||||
/******************************************************************/
|
||||
|
||||
#ifndef SINCOS32_H
|
||||
#define SINCCOS32_H
|
||||
#define SINCOS32_H
|
||||
|
||||
#ifdef BIG_ENDI
|
||||
static const number
|
||||
|
Loading…
Reference in New Issue
Block a user