(set-real-group) ( id -- )


Vocabulary
unix.groups.private

Definition
USING: kernel unix unix.ffi ;

IN: unix.groups.private

: (set-real-group) ( id -- )
[ setgid ] unix-system-call drop ; inline