mirror of git://sourceware.org/git/glibc.git
parent
8d18644b91
commit
37ada9da6e
|
|
@ -1,5 +1,7 @@
|
||||||
2001-02-21 Ulrich Drepper <drepper@redhat.com>
|
2001-02-21 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/generic/ftime.c: Include <time.h>.
|
||||||
|
|
||||||
* configure.in: Don't check for libgd if user set --without-gd.
|
* configure.in: Don't check for libgd if user set --without-gd.
|
||||||
Patch by Achim Gottinger <achim@gentoo.org>.
|
Patch by Achim Gottinger <achim@gentoo.org>.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc.
|
/* Copyright (C) 1994, 1996, 1997, 2001 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
#include <sys/timeb.h>
|
#include <sys/timeb.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue