Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-04-19 23:09:30 +0400
committerDJ Delorie <dj@redhat.com>2005-04-19 23:09:30 +0400
commit548468947268ce2fbadb3d77ff193a3058dee32b (patch)
tree38450aed98905c3d4abe4ab6d39b9eea89d34cb1 /include/sort.h
parent39511478d017552457061a25b363180631e223b2 (diff)
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
}