RxUnregisterSysCall

Unregisters the specified function so that its code is no longer marshalled.

Library:LibC
Classification:Novell
Service:Marshalling

Syntax

  #include <ringx.h>
  
  int RxUnregisterSysCall (
     const char   *unmarshalledName);
  

Parameters

unmarshalledName

(IN) Points to the unmarshalled name of the function.

Return Values

If successful, returns 0. Otherwise returns -1 and sets errno.

See Also