druntime
druntime copied to clipboard
LDC implementation of the D low-level runtime library. ARCHIVED like the upstream repo; now in the LDC repo directly: https://github.com/ldc-developers/ldc/tree/master/runtime/druntime
rt_loadLibrary and rt_unloadLibrary are unimplemented for Android. I don't know if this compiles because I can't compile it myself, but the idea should be fairly straightforward. I don't know about...
Add all declarations required to support D on AIX. Work is based on AIX 7.1 See the technical reference for information about the added routines: http://www-01.ibm.com/support/knowledgecenter/ssw_aix_71/com.ibm.aix.base/technicalreferences.htm?lang=en
This should be more or less what @rainers suggested [here](https://github.com/ldc-developers/druntime/pull/85#discussion_r96054143). Seems to work after a single quick test. Should probably be upstreamed.
This is https://github.com/dlang/druntime/pull/2269 which is still not cherry-picked into ltsmaster
Requires additions are: - core.thread - rt.sections_elf_shared - rt.sections_ldc
(cherry picked from commit 294b91ffa6ef1d317bc68332d7b8ebb9d8ccba65)
The only two clock types currently implemented on Solaris and illumos.