Reid Spencer | b89a223 | 2004-08-25 06:20:07 +0000 | [diff] [blame^] | 1 | //===- llvm/System/Linux/Path.cpp - Linux Path Implementation ---*- C++ -*-===// |
| 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
| 5 | // This file was developed by Reid Spencer and is distributed under the |
| 6 | // University of Illinois Open Source License. See LICENSE.TXT for details. |
| 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | // |
| 10 | // This file provides the Linux specific implementation of the Path class. |
| 11 | // |
| 12 | //===----------------------------------------------------------------------===// |
| 13 | |
| 14 | //===----------------------------------------------------------------------===// |
| 15 | //=== WARNING: Implementation here must contain only Linux specific code |
| 16 | //=== and must not be generic UNIX code (see ../Unix) |
| 17 | //===----------------------------------------------------------------------===// |
| 18 | |
| 19 | // Th..Th..Th..Tha's All Folks! |
| 20 | #include "../Unix/Path.cpp" |