diff options
Diffstat (limited to 'libm')
-rw-r--r-- | libm/float_wrappers.c | 1 | ||||
-rw-r--r-- | libm/ldouble_wrappers.c | 1 | ||||
-rw-r--r-- | libm/nan.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/libm/float_wrappers.c b/libm/float_wrappers.c index 105486e46..a6b6a3646 100644 --- a/libm/float_wrappers.c +++ b/libm/float_wrappers.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Wrapper functions implementing all the float math functions * defined by SuSv3 by actually calling the double version of diff --git a/libm/ldouble_wrappers.c b/libm/ldouble_wrappers.c index 840293fe6..3387698cf 100644 --- a/libm/ldouble_wrappers.c +++ b/libm/ldouble_wrappers.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Wrapper functions implementing all the long double math functions * defined by SuSv3 by actually calling the double version of diff --git a/libm/nan.c b/libm/nan.c index eee3b1cc4..454734b6f 100644 --- a/libm/nan.c +++ b/libm/nan.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2002 by Erik Andersen <andersen@uclibc.org> * |