From: Roland McGrath Date: Wed, 1 Mar 2006 05:39:10 +0000 (+0000) Subject: * nscd/nscd_helper.c: Include for `time' declaration. X-Git-Tag: upstream/2.30~15723 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b890d59bd75cb8ab9232ab72ed8674054e11fa3;p=external%2Fglibc.git * nscd/nscd_helper.c: Include for `time' declaration. --- diff --git a/ChangeLog b/ChangeLog index 50ceb0a..6ccf70a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-02-28 Roland McGrath + * nscd/nscd_helper.c: Include for `time' declaration. + * include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto. * io/openat.c (__openat): Define instead of openat. Use libc_hidden_def. Define openat with weak_alias. diff --git a/nscd/nscd_helper.c b/nscd/nscd_helper.c index 827d3a9..8025168 100644 --- a/nscd/nscd_helper.c +++ b/nscd/nscd_helper.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2002, 2003, 2004, 2005 Free Software Foundation, Inc. +/* Copyright (C) 1998-2002,2003,2004,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include