September 08, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 541e7ba00d5e75426bb677d7f7548a47a904551f
      https://github.com/D-Programming-Language/druntime/commit/541e7ba00d5e75426bb677d7f7548a47a904551f
  Author: kai <kai@redstar.de>
  Date:   2013-09-08 (Sun, 08 Sep 2013)

  Changed paths:
    M src/core/sys/linux/dlfcn.d
    M src/core/sys/linux/link.d
    M src/core/sys/posix/dlfcn.d
    M src/core/sys/posix/signal.d
    M src/core/sys/posix/sys/mman.d

  Log Message:
  -----------
  Add missing types for Linux/ARM.

Only implementation of core.thread is missing.


  Commit: 2c2a25fdd46246b5e6393f68812e0705b08a4b8d
      https://github.com/D-Programming-Language/druntime/commit/2c2a25fdd46246b5e6393f68812e0705b08a4b8d
  Author: Alex Rønne Petersen <alex@lycus.org>
  Date:   2013-09-08 (Sun, 08 Sep 2013)

  Changed paths:
    M src/core/sys/linux/dlfcn.d
    M src/core/sys/linux/link.d
    M src/core/sys/posix/dlfcn.d
    M src/core/sys/posix/signal.d
    M src/core/sys/posix/sys/mman.d

  Log Message:
  -----------
  Merge pull request #603 from redstar/arm

Add missing types for Linux/ARM.


Compare: https://github.com/D-Programming-Language/druntime/compare/f990005fb035...2c2a25fdd462