mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
(chibi system): export the struct group predicate group?
This commit is contained in:
parent
b9c25ab3f1
commit
407d420c21
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
(export get-host-name
|
(export get-host-name
|
||||||
user? user-name user-password
|
user? user-name user-password
|
||||||
user-id user-group-id user-gecos user-home user-shell
|
user-id user-group-id user-gecos user-home user-shell
|
||||||
group-name group-password group-id
|
group? group-name group-password group-id
|
||||||
current-user-id current-group-id
|
current-user-id current-group-id
|
||||||
current-effective-user-id current-effective-group-id
|
current-effective-user-id current-effective-group-id
|
||||||
set-current-user-id! set-current-effective-user-id!
|
set-current-user-id! set-current-effective-user-id!
|
||||||
|
|
Loading…
Add table
Reference in a new issue