blob: 5c73d0176a1fb255de7a35ca6c34cc793a393aac [file] [log] [blame]
Reid Spencerb89a2232004-08-25 06:20:07 +00001//===- 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"