17 lines
681 B
Diff
17 lines
681 B
Diff
|
---
|
||
|
modules/bindings/glibc/linux.lisp | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/modules/bindings/glibc/linux.lisp b/modules/bindings/glibc/linux.lisp
|
||
|
--- a/modules/bindings/glibc/linux.lisp
|
||
|
+++ b/modules/bindings/glibc/linux.lisp
|
||
|
@@ -294,6 +294,8 @@
|
||
|
;; for robust mutexes
|
||
|
(def-c-const EOWNERDEAD (:documentation "Owner died")) ; 130
|
||
|
(def-c-const ENOTRECOVERABLE (:documentation "State not recoverable")) ; 131
|
||
|
+(def-c-const ERFKILL (:documentation "Operation not possible due to RF-kill")) ; 132
|
||
|
+(def-c-const EHWPOISON (:documentation "Memory page has hardware error")) ; 133
|
||
|
|
||
|
; -------------------------- <bits/errno.h> -----------------------------------
|
||
|
|