2018-02-12 10:08:26 +01:00
|
|
|
---
|
|
|
|
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
|
2017-09-14 14:26:56 +02:00
|
|
|
--- a/modules/bindings/glibc/linux.lisp
|
|
|
|
+++ b/modules/bindings/glibc/linux.lisp
|
2016-11-29 14:49:37 +01:00
|
|
|
@@ -294,6 +294,8 @@
|
2012-07-31 03:58:20 +02:00
|
|
|
;; 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> -----------------------------------
|
|
|
|
|