Content-type: text/html Man page of GFAL_CLOSE

GFAL_CLOSE

Section: Library Functions (3)
Updated: $Date: 2003/11/19 12:56:29 $
Index Return to Main Contents
 

NAME

gfal_close - close a file  

SYNOPSIS

#include "gfal_api.h"

int gfal_close (int fd);  

DESCRIPTION

gfal_close closes the file whose descriptor fd is the one returned by gfal_open.  

RETURN VALUE

This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, errno is set appropriately.  

ERRORS

EBADF
fd is not a valid file descriptor.
ECOMM
Communication error.
EPROTONOSUPPORT
Access method not supported.
 

SEE ALSO

gfal(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 14:16:31 GMT, July 14, 2009