.TITLE WSIG Wait for Significant Event .IDENT "V1.1" .ENABL LC .PSECT C$CODE ;+ ; Index WSIG Wait for Significant Event ; ; ; Usage ; ; #include ; word status; /* Returned DSW */ ; ; status = wsig(); ; ; [end] ;- ; Edits: ; V1.0 12-Jun-80 RBD Initial Edit ; V1.1 20-Oct-82 RBD Change P-Section. Fix Documentation. ; .mcall wsig$s wsig:: wsig$s mov $dsw,r0 ;return dsw return .end