posixlogout

Logs the identity embedded in the current working directory out and cleans up resources.

Library:LibC
Classification:Novell
Service:File and Directory I/O

Syntax

  #include <pwd.h> 
   
  int posixlogout ( void );
  

Return Values

If successful, returns 0. Otherwise, returns -1 and sets errno to one of the following:

Decimal

Constant

Description

105

ENOCONTEXT

The calling thread has no context.

See Also