Sent to a process when it attempts to write to a pipe without a process connected to the other end

Property definitions

signals :: signals $ Sys :: sigpipe
# Sent to a process when it attempts to write to a pipe without a process connected to the other end
fun sigpipe: Int do return 13
lib/signals/signals.nit:276,1--277,29