| SC_CLOSE(2) | SCORE-D SYSTEM CALLS | SC_CLOSE(2) | 
- NAME
- 
sc_close - close a SCore-D device
 
- SYNOPSIS
- 
#include <sc.h>
int sc_close(int scfd);
 
 
- DESCRIPTION
- 
sc_close()closes and destructs the descriptor.
 
- RETURN VALUES
- 
sc_close()returns 0 on success
or one of the following errors:
 
- ERRORS
- 
- ENODEV
- No such device
- EIO
- Cannot communicate with device process
- EINTR
- Job is restarted from a checkpoint during
the systemcall
 
 
- SEE ALSO
- 
sc_open(2)
$Id: sc_close.html,v 1.2 2002/02/17 04:25:26 kojima Exp $