forked from llvm-mirror/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Describe and date modifications we made per LGPL requirements.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29569 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information
John Criswell
committed
Aug 8, 2006
1 parent
7fc20ca
commit fd3a9c7
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ([email protected]). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters