1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
COM.inc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Memory.inc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Mutex.inc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Path.inc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Process.inc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Program.inc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
RWMutex.inc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Signals.inc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ThreadLocal.inc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Unix.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Watchdog.inc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

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.