[D-runtime] [D-Programming-Language/druntime] d6e564: Add ENOTSUP for linux, which maps to EOPNOTSUPP

GitHub via D-runtime d-runtime at puremagic.com
Mon Apr 21 09:59:58 PDT 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 at 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 at 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


More information about the D-runtime mailing list