home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / pcosbind.zoo / source.zoo / psetuid.s < prev    next >
Text File  |  1992-06-22  |  177b  |  12 lines

  1. ;int Psetuid( int id );                    /* GEMDOS 0x110 */
  2.  
  3. .export Psetuid
  4. Psetuid:
  5. move.l a2,-(sp)
  6. move.w d0,-(sp)
  7. move.w #$110,-(sp)
  8. trap #1
  9. addq.l #4,sp
  10. movea.l (sp)+,a2
  11. rts
  12.