freebsd-nq/lib/System/Unix
2010-02-16 09:30:23 +00:00
..
Alarm.inc Update llvm to r84119. 2009-10-14 17:57:32 +00:00
Host.inc Update llvm to r84119. 2009-10-14 17:57:32 +00:00
Memory.inc Update LLVM to r86025. 2009-11-04 14:58:56 +00:00
Mutex.inc Update LLVM sources to r73879. 2009-06-22 08:08:12 +00:00
Path.inc Update LLVM to 92395. 2010-01-01 10:31:22 +00:00
Process.inc Update LLVM to 92395. 2010-01-01 10:31:22 +00:00
Program.inc Update LLVM to r96341. 2010-02-16 09:30:23 +00:00
README.txt Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
RWMutex.inc Update LLVM sources to r73879. 2009-06-22 08:08:12 +00:00
Signals.inc Update LLVM to r96341. 2010-02-16 09:30:23 +00:00
ThreadLocal.inc Import LLVM r74383. 2009-06-27 10:44:33 +00:00
TimeValue.inc Update LLVM to r94309. 2010-01-23 11:09:33 +00:00
Unix.h Import LLVM 74788. 2009-07-04 13:58:26 +00:00

llvm/lib/System/Unix README
===========================

This directory provides implementations of the lib/System classes that
are common to two or more variants of UNIX. For example, the directory 
structure underneath this directory could look like this:

Unix           - only code that is truly generic to all UNIX platforms
  Posix        - code that is specific to Posix variants of UNIX
  SUS          - code that is specific to the Single Unix Specification 
  SysV         - code that is specific to System V variants of UNIX

As a rule, only those directories actually needing to be created should be
created. Also, further subdirectories could be created to reflect versions of
the various standards. For example, under SUS there could be v1, v2, and v3
subdirectories to reflect the three major versions of SUS.