1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
2004-03-15  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/sparc/fpu/bits/mathinline.h: Restore missing #ifdef.
	Patch by Richard Henderson.

2004-03-16  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/generic/strtold_l.c (STRING_TYPE, STRTOLD, __STRTOLD,
	__STRTOD, INTERNAL, INTERNAL1): Define, use them.
	[! USE_WIDE_CHAR] (INTERNAL (__STRTOLD)): Add libc_hidden_def.

	* inet/getnameinfo.c: Include stdlib.h.
This commit is contained in:
Ulrich Drepper
2004-03-16 00:08:09 +00:00
parent 330aa70063
commit 6ac3639867
4 changed files with 43 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/* Inline math functions for SPARC.
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>.
@@ -24,7 +24,9 @@
#include <bits/wordsize.h>
#if defined __USE_ISOC99 && defined __GNUC__ && !__GNUC_PREREQ(3,0)
#ifdef __GNUC__
#if defined __USE_ISOC99 && !__GNUC_PREREQ(3,0)
# undef isgreater
# undef isgreaterequal
# undef isless