diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fdtable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fdtable.h b/include/linux/fdtable.h index 59d4fc7f10c8..59488f2392bc 100644 --- a/include/linux/fdtable.h +++ b/include/linux/fdtable.h | |||
@@ -123,6 +123,8 @@ extern int __alloc_fd(struct files_struct *files, | |||
123 | unsigned start, unsigned end, unsigned flags); | 123 | unsigned start, unsigned end, unsigned flags); |
124 | extern void __fd_install(struct files_struct *files, | 124 | extern void __fd_install(struct files_struct *files, |
125 | unsigned int fd, struct file *file); | 125 | unsigned int fd, struct file *file); |
126 | extern int __close_fd(struct files_struct *files, | ||
127 | unsigned int fd); | ||
126 | 128 | ||
127 | extern struct kmem_cache *files_cachep; | 129 | extern struct kmem_cache *files_cachep; |
128 | 130 | ||