2
0
Greg Roth 597376b4b1 [linux-port] Enhance FS interface support (#1420) 7 жил өмнө
..
COM.inc e077864885 Clean up mistakes made when fixing copyright banners. 8 жил өмнө
Host.inc e077864885 Clean up mistakes made when fixing copyright banners. 8 жил өмнө
Memory.inc f805233b49 Revert license text in banner comments to original llvm verbage (#33) 8 жил өмнө
Mutex.inc e077864885 Clean up mistakes made when fixing copyright banners. 8 жил өмнө
Path.inc 597376b4b1 [linux-port] Enhance FS interface support (#1420) 7 жил өмнө
Process.inc 597376b4b1 [linux-port] Enhance FS interface support (#1420) 7 жил өмнө
Program.inc e077864885 Clean up mistakes made when fixing copyright banners. 8 жил өмнө
README.txt f805233b49 Revert license text in banner comments to original llvm verbage (#33) 8 жил өмнө
RWMutex.inc e077864885 Clean up mistakes made when fixing copyright banners. 8 жил өмнө
Signals.inc f805233b49 Revert license text in banner comments to original llvm verbage (#33) 8 жил өмнө
ThreadLocal.inc e077864885 Clean up mistakes made when fixing copyright banners. 8 жил өмнө
TimeValue.inc e077864885 Clean up mistakes made when fixing copyright banners. 8 жил өмнө
Unix.h f805233b49 Revert license text in banner comments to original llvm verbage (#33) 8 жил өмнө
Watchdog.inc f805233b49 Revert license text in banner comments to original llvm verbage (#33) 8 жил өмнө

README.txt

llvm/lib/Support/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.