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 | fd3a9c79722c67deed812cdc99bd46cf8963bd08 (patch) | |
tree | cdbe6155f75114094c10e846d6f2d626290fb25c /runtime/GCCLibraries/libc/remove.c | |
parent | 7fc20cafc3537a579df80182e3fef5da71d341e7 (diff) |
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
Diffstat (limited to 'runtime/GCCLibraries/libc/remove.c')
-rw-r--r-- | runtime/GCCLibraries/libc/remove.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/GCCLibraries/libc/remove.c b/runtime/GCCLibraries/libc/remove.c index d7ee959f5f..b7d2fa2985 100644 --- a/runtime/GCCLibraries/libc/remove.c +++ b/runtime/GCCLibraries/libc/remove.c @@ -1,6 +1,11 @@ //===-- remove.c - The remove function for the LLVM libc Library --*- C -*-===// // -// A lot of this code is ripped gratuitously from glibc and libiberty. +// This code is a modified form of the remove() function from the GNU C +// library. +// +// Modifications: +// 2005/11/28 - Added to LLVM tree. Functions renamed to allow compilation. +// Code to control symbol linkage types removed. // //===----------------------------------------------------------------------===// |