
     NAME
          getuid, geteuid, getgid, getegid - get real user, effective
          user, real group, and effective group IDs

     SYNTAX
          unsigned short getuid ()

          unsigned short geteuid ()

          unsigned short getgid ()

          unsigned short getegid ()

     DESCRIPTION
          These services are not supported by MPX.  They always
          return 0 to the caller.

          Getuid returns the real user ID of the calling process.

          Geteuid returns the effective user ID of the calling
          process.

          Getgid returns the real group ID of the calling process.

          Getegid returns the effective group ID of the calling
          process.

     SEE ALSO
          setuid.m

          (printed 07/30/92 - J B Systems)

