mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
* nscd/nscd_helper.c: Include <time.h> for `time' declaration.
This commit is contained in:
parent
e2c7e1de2b
commit
0b890d59bd
@ -1,5 +1,7 @@
|
||||
2006-02-28 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* nscd/nscd_helper.c: Include <time.h> 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.
|
||||
|
@ -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 <drepper@cygnus.com>, 1998.
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdbool.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/poll.h>
|
||||
|
Loading…
Reference in New Issue
Block a user