diff options
Diffstat (limited to 'sysdeps/libm-ieee754/w_exp10.c')
-rw-r--r-- | sysdeps/libm-ieee754/w_exp10.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/libm-ieee754/w_exp10.c b/sysdeps/libm-ieee754/w_exp10.c index cb27159e4f..bf0d361f52 100644 --- a/sysdeps/libm-ieee754/w_exp10.c +++ b/sysdeps/libm-ieee754/w_exp10.c @@ -1,5 +1,7 @@ /* @(#)w_exp10.c * Conversion to exp10 by Ulrich Drepper <drepper@cygnus.com>. + */ + /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |