* defs/known_errors.def (EHWPOISON): New errno symbol.

It is defined by glibc-2.16.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-11-09 00:13:39 +00:00
Родитель dc79945a2b
Коммит f6695a95ea
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Sun Nov 9 08:58:05 2014 Tanaka Akira <akr@fsij.org>
* defs/known_errors.def (EHWPOISON): New errno symbol.
It is defined by glibc-2.16.
Sun Nov 9 05:00:23 2014 NAKAMURA Usaku <usa@ruby-lang.org> Sun Nov 9 05:00:23 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/securerandom.rb (initialize): call the special method for Win32 * lib/securerandom.rb (initialize): call the special method for Win32

Просмотреть файл

@ -143,3 +143,4 @@ EPROGMISMATCH
EPROGUNAVAIL EPROGUNAVAIL
ERPCMISMATCH ERPCMISMATCH
EIPSEC EIPSEC
EHWPOISON