diff options
Diffstat (limited to 'time/ctime.c')
-rw-r--r-- | time/ctime.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/time/ctime.c b/time/ctime.c index 28321af32b..ca2d3ea2ff 100644 --- a/time/ctime.c +++ b/time/ctime.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1991-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -15,12 +15,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#undef __OPTIMIZE__ /* Avoid inline `ctime' function. */ #include <time.h> -#undef ctime - - /* Return a string as returned by asctime which is the representation of *T in that form. */ char * |