mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
dc79945a2b
commit
f6695a95ea
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* lib/securerandom.rb (initialize): call the special method for Win32
|
||||
|
|
|
@ -143,3 +143,4 @@ EPROGMISMATCH
|
|||
EPROGUNAVAIL
|
||||
ERPCMISMATCH
|
||||
EIPSEC
|
||||
EHWPOISON
|
||||
|
|
Loading…
Reference in a new issue