Class: Einhorn::PrctlAbstract
- Inherits:
-
Object
- Object
- Einhorn::PrctlAbstract
- Defined in:
- lib/einhorn/prctl.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.get_pdeathsig ⇒ Object
3 4 5 |
# File 'lib/einhorn/prctl.rb', line 3 def self.get_pdeathsig raise NotImplementedError end |
.set_pdeathsig(signal) ⇒ Object
7 8 9 |
# File 'lib/einhorn/prctl.rb', line 7 def self.set_pdeathsig(signal) raise NotImplementedError end |