1RFIO_CLOSE(3) Rfio Library Functions
2RFIO_CLOSE(3)
3
4
5
6[1mNAME[0m
7 rfio_close ‐ closes a file
8
9[1mSYNOPSIS[0m
10 [1m#include <sys/types.h>[0m
11 [1m#include "rfio_api.h"[0m
12
13 [1mint rfio_close (int [4m[22ms[24m[1m);[0m
14
15[1mDESCRIPTION[0m
16 [1mrfio_close [22mcloses the file whose descriptor [1ms
17[22mis the one returned by
18 [1mrfio_open.[0m
19
20[1mRETURN VALUE[0m
21 This routine returns 0 if successful, ‐1 if the operation
22failed and
23 [1mserrno [22mis set appropriately.
24
25[1mERRORS[0m
26 [1mEBADF [4m[22ms[24m is not a valid file descrip‐
27tor.
28
29 [1mENOSPC [22mFile system full when writing last
30blocks (V3 only).
31
32 [1mSENOSHOST [22mHost unknown.
33
34 [1mSENOSSERV [22mService unknown.
35
36 [1mSETIMEDOUT [22mTimed out.
37
38 [1mSEBADVERSION [22mVersion ID mismatch.
39
40 [1mSEINTERNAL [22mInternal error.
41
42 [1mSECONNDROP [22mConnection closed by remote end.
43
44 [1mSECOMERR [22mCommunication error.
45
46[1mSEE ALSO[0m
47 [1mrfio_open(3)[0m
48
49[1mAUTHOR[0m
50 [1mLCG Grid Deployment [22mTeam
51
52
53
54LCG $Date: 2005/03/31 13:13:02 $
55RFIO_CLOSE(3)
56
57
58
59
60
61
62
63
64
65
66