summaryrefslogtreecommitdiffstats
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-06-07 19:22:59 +0000
committerJeff Johnston <jjohnstn@redhat.com>2006-06-07 19:22:59 +0000
commitb5b6cbd8ecd3bc365b959833908a4788f005df8a (patch)
treeb81d257737c4c9f157799613f139145d59dd0897 /newlib
parent3cc3705ca0b89a6bac8562996f95b8c8d7082051 (diff)
downloadcygnal-b5b6cbd8ecd3bc365b959833908a4788f005df8a.tar.gz
cygnal-b5b6cbd8ecd3bc365b959833908a4788f005df8a.tar.bz2
cygnal-b5b6cbd8ecd3bc365b959833908a4788f005df8a.zip
2006-06-07 Fred Fish <fnf@specifix.com>
* libc/search/hash_bigkey.c (MIN,MAX): Remove defines that are already supplied by <sys/param.h>.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/search/hash_bigkey.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e06db05be..fa294c5d5 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2006-06-07 Fred Fish <fnf@specifix.com>
+ * libc/search/hash_bigkey.c (MIN,MAX): Remove
+ defines that are already supplied by <sys/param.h>.
+
+2006-06-07 Fred Fish <fnf@specifix.com>
+
* configure.host: Remove references to HAVE_GETTIMEOFDAY.
2006-06-05 Shaun Jackman <sjackman@gmail.com>
diff --git a/newlib/libc/search/hash_bigkey.c b/newlib/libc/search/hash_bigkey.c
index 821acd078..449b6bed6 100644
--- a/newlib/libc/search/hash_bigkey.c
+++ b/newlib/libc/search/hash_bigkey.c
@@ -40,10 +40,6 @@ static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-/* Macros for min/max. */
-#define MIN(a,b) (((a)<(b))?(a):(b))
-#define MAX(a,b) (((a)>(b))?(a):(b))
-
/*
* PACKAGE: hash
* DESCRIPTION: