glibc: Fix -Wheader-guard
Fix typo in header guard, pointed out by clang. See also https://sourceware.org/git/?p=glibc.git;a=commit;h=9947638d74f490b8ec9a1563c195881a4151bd80 Change-Id: I6e01c67ed246d4be48463abc490bbb9ba4c76342 Reviewed-on: https://review.haiku-os.org/762 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
382eca52a2
commit
9d9ca63110
@@ -26,7 +26,7 @@
|
|||||||
/******************************************************************/
|
/******************************************************************/
|
||||||
|
|
||||||
#ifndef SINCOS32_H
|
#ifndef SINCOS32_H
|
||||||
#define SINCCOS32_H
|
#define SINCOS32_H
|
||||||
|
|
||||||
#ifdef BIG_ENDI
|
#ifdef BIG_ENDI
|
||||||
static const number
|
static const number
|
||||||
|
|||||||
Reference in New Issue
Block a user