aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/libc/qsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/GCCLibraries/libc/qsort.c')
-rw-r--r--runtime/GCCLibraries/libc/qsort.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/libc/qsort.c b/runtime/GCCLibraries/libc/qsort.c
index 9bfad24dab..2949b7848b 100644
--- a/runtime/GCCLibraries/libc/qsort.c
+++ b/runtime/GCCLibraries/libc/qsort.c
@@ -1,3 +1,13 @@
+//===-- qsort.c - The qsort function for the LLVM libc Library ----*- C -*-===//
+//
+// This code is a modified form of the qsort() function from the GNU C
+// library.
+//
+// Modifications:
+// 2003/05/29 - Code disabled for compilation. Line wrapping changed.
+//
+//===----------------------------------------------------------------------===//
+
/* Copyright (C) 1991, 1992, 1996, 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Douglas C. Schmidt (schmidt@ics.uci.edu).