mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 21:59:17 +02:00
Update system.sld
Remove unconditional exports
This commit is contained in:
parent
11f5a5473e
commit
92c74a566a
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
(define-library (chibi system)
|
(define-library (chibi system)
|
||||||
(export get-host-name
|
(export get-host-name
|
||||||
user-information 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-information group-name group-password group-id
|
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