mirror of git://sourceware.org/git/glibc.git
entered into RCS
This commit is contained in:
parent
2c4b6dff11
commit
3d28668f2e
|
@ -1,3 +1,6 @@
|
|||
/* This file should provide inline versions of math functions.
|
||||
Surround GCC-specific parts with #ifdef __GNUC__,
|
||||
and use `extern __inline'. */
|
||||
|
||||
Surround GCC-specific parts with #ifdef __GNUC__, and use `extern __inline'.
|
||||
|
||||
This file should define __MATH_INLINES if functions are actually defined as
|
||||
inlines. */
|
||||
|
|
Loading…
Reference in New Issue