add directory kernel
This commit is contained in:
9
kernel/0.95/linux-0.95/fs/file_table.c
Normal file
9
kernel/0.95/linux-0.95/fs/file_table.c
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* linux/fs/file_table.c
|
||||
*
|
||||
* (C) 1991 Linus Torvalds
|
||||
*/
|
||||
|
||||
#include <linux/fs.h>
|
||||
|
||||
struct file file_table[NR_FILE];
|
||||
Reference in New Issue
Block a user