summaryrefslogtreecommitdiff
path: root/modules/language/python/module/os.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/module/os.scm')
-rw-r--r--modules/language/python/module/os.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/language/python/module/os.scm b/modules/language/python/module/os.scm
index dab8dda..e4dc72c 100644
--- a/modules/language/python/module/os.scm
+++ b/modules/language/python/module/os.scm
@@ -105,7 +105,7 @@
sched_getparam sched_rr_get_intervall sched_yield
sched_setaffinity sched_getaffinity
- supports_dir_fs support_effective_ids supports_fd
+ supports_dir_fd support_effective_ids supports_fd
confstr confstr_names cpu_count sysconf sysconf_names
getloadavg
@@ -116,7 +116,7 @@
getrandom urandom GRND_NONBLOCK GRND_RANDOM
))
-(define supports_dir_fs
+(define supports_dir_fd
(py-set '()))
(define support_effective_ids
@@ -151,7 +151,7 @@
(values))
((_ (0 . l) f)
(begin
- (py-add supports_dir_fs (symbol->string 'f))
+ (py-add supports_dir_fd (symbol->string 'f))
(reg l f)))
((_ (1 . l) f)
(begin
@@ -2362,3 +2362,4 @@
(set! l (cons (symbol->string k) l)))
p)
(py-list l)))
+