mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
6 lines
194 B
C
6 lines
194 B
C
|
#ifndef _MATH_PRIVATE_H
|
||
|
#error "Never use <math_ldbl.h> directly; include <math_private.h> instead."
|
||
|
#endif
|
||
|
|
||
|
/* This is empty. Any machine using long double type will override this header. */
|