From 61653dfb81b776bb72ce4304175b861d77c357a8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 14 May 2012 15:42:52 -0700 Subject: BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed. --- time/ctime.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'time') 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 . */ -#undef __OPTIMIZE__ /* Avoid inline `ctime' function. */ #include -#undef ctime - - /* Return a string as returned by asctime which is the representation of *T in that form. */ char * -- cgit v1.2.3