Class: Einhorn::PrctlAbstract

Inherits:
Object
  • Object
show all
Defined in:
lib/einhorn/prctl.rb

Direct Known Subclasses

PrctlLinux, PrctlUnimplemented

Class Method Summary collapse

Class Method Details

.get_pdeathsigObject

Raises:

  • (NotImplementedError)


3
4
5
# File 'lib/einhorn/prctl.rb', line 3

def self.get_pdeathsig
  raise NotImplementedError
end

.set_pdeathsig(signal) ⇒ Object

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/einhorn/prctl.rb', line 7

def self.set_pdeathsig(signal)
  raise NotImplementedError
end