mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* intl/hash-string.h: Don't include values.h.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
1998-04-28 Ulrich Drepper <drepper@cygnus.com>
|
1998-04-28 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* intl/hash-string.h: Don't include values.h.
|
||||||
|
|
||||||
* inet/Makefile (tests): Add tst-ether_aton.
|
* inet/Makefile (tests): Add tst-ether_aton.
|
||||||
* inet/tst-ether_aton.c: New file.
|
* inet/tst-ether_aton.c: New file.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Implements a string hashing function.
|
/* Implements a string hashing function.
|
||||||
Copyright (C) 1995, 1997 Free Software Foundation, Inc.
|
Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of the GNU C Library. Its master source is NOT part of
|
This file is part of the GNU C Library. Its master source is NOT part of
|
||||||
the C library, however.
|
the C library, however.
|
||||||
@ -19,10 +19,6 @@
|
|||||||
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. */
|
||||||
|
|
||||||
#ifdef HAVE_VALUES_H
|
|
||||||
# include <values.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* @@ end of prolog @@ */
|
/* @@ end of prolog @@ */
|
||||||
|
|
||||||
#ifndef PARAMS
|
#ifndef PARAMS
|
||||||
|
Reference in New Issue
Block a user