April 21, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: d6e5644e3098785b32ac9babea4da491a105f2b4
      https://github.com/D-Programming-Language/druntime/commit/d6e5644e3098785b32ac9babea4da491a105f2b4
  Author: David Soria Parra <dsp@php.net>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M src/core/stdc/errno.d

  Log Message:
  -----------
  Add ENOTSUP for linux, which maps to EOPNOTSUPP

glibc aliases ENOTSUP to EOPNOTSUPP. We therefore should declare it as well as EOPNOTSUPP.


  Commit: 0445cddef8d5f211dfde0b7e1e26216d795ab135
      https://github.com/D-Programming-Language/druntime/commit/0445cddef8d5f211dfde0b7e1e26216d795ab135
  Author: Walter Bright <walter@walterbright.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M src/core/stdc/errno.d

  Log Message:
  -----------
  Merge pull request #769 from dsp/linux/ENOTSUP

Add ENOTSUP for linux, which maps to EOPNOTSUPP


Compare: https://github.com/D-Programming-Language/druntime/compare/1bd25dfe2d34...0445cddef8d5