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:
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
}