diff options
| author | John Criswell <criswell@uiuc.edu> | 2006-08-08 14:47:54 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2006-08-08 14:47:54 +0000 |
| commit | e6330aeb36c110621c546666f32e0c76409fbd01 (patch) | |
| tree | 9af43ab5ae03b916c4568955276efd7204efffb9 /llvm/runtime/GCCLibraries/libc/qsort.c | |
| parent | 05de6a9297428b291acf73b2e72d72ca66ad23ff (diff) | |
| download | bcm5719-llvm-e6330aeb36c110621c546666f32e0c76409fbd01.tar.gz bcm5719-llvm-e6330aeb36c110621c546666f32e0c76409fbd01.zip | |
Describe and date modifications we made per LGPL requirements.
llvm-svn: 29569
Diffstat (limited to 'llvm/runtime/GCCLibraries/libc/qsort.c')
| -rw-r--r-- | llvm/runtime/GCCLibraries/libc/qsort.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/runtime/GCCLibraries/libc/qsort.c b/llvm/runtime/GCCLibraries/libc/qsort.c index 9bfad24dabb..2949b7848b0 100644 --- a/llvm/runtime/GCCLibraries/libc/qsort.c +++ b/llvm/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). |

