summaryrefslogtreecommitdiffstats
path: root/include/sort.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-04-19 19:09:30 +0000
committerDJ Delorie <dj@redhat.com>2005-04-19 19:09:30 +0000
commit548468947268ce2fbadb3d77ff193a3058dee32b (patch)
tree38450aed98905c3d4abe4ab6d39b9eea89d34cb1 /include/sort.h
parent39511478d017552457061a25b363180631e223b2 (diff)
downloadcygnal-548468947268ce2fbadb3d77ff193a3058dee32b.tar.gz
cygnal-548468947268ce2fbadb3d77ff193a3058dee32b.tar.bz2
cygnal-548468947268ce2fbadb3d77ff193a3058dee32b.zip
merge from gcc
Diffstat (limited to 'include/sort.h')
-rw-r--r--include/sort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sort.h b/include/sort.h
index 3f3a92f18..10aafb085 100644
--- a/include/sort.h
+++ b/include/sort.h
@@ -35,7 +35,7 @@ extern "C" {
/* Sort an array of pointers. */
-extern void sort_pointers PARAMS ((size_t, void **, void **));
+extern void sort_pointers (size_t, void **, void **);
#ifdef __cplusplus
}