Subversion Repositories Kolibri OS

Rev

Rev 6336 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6336 Rev 6934
Line 10... Line 10...
10
#include 
10
#include 
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
struct file;
12
struct file;
-
 
13
 
-
 
14
extern void fput(struct file *);
-
 
15
struct fd {
-
 
16
	struct file *file;
-
 
17
	unsigned int flags;
-
 
18
};
13
 
19
#define FDPUT_FPUT       1
14
extern void fput(struct file *);
20
#define FDPUT_POS_UNLOCK 2