(set-effective-user) ( id -- )


Vocabulary
unix.users.private

Definition
USING: kernel unix unix.ffi ;

IN: unix.users.private

: (set-effective-user) ( id -- )
[ seteuid ] unix-system-call drop ; inline