aboutsummaryrefslogtreecommitdiff
path: root/src/util/posix1e.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/posix1e.lisp')
-rw-r--r--src/util/posix1e.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/posix1e.lisp b/src/util/posix1e.lisp
index e1ebc8d..270ecdf 100644
--- a/src/util/posix1e.lisp
+++ b/src/util/posix1e.lisp
@@ -76,7 +76,7 @@
"cap_get_flag" :int
(cap-p :pointer) (cap cap_value_t) (flag cap_flag_t) (value-p :pointer))
-(defun capability-p (set &rest capabilities)
+(defun posix-capability-p (set &rest capabilities)
"Does the current thread have each of CAPABILITIES in SET?"
(let ((cap-opaque (cap-get-proc)))
(unwind-protect