diff options
Diffstat (limited to 'lib/errno.c')
-rw-r--r-- | lib/errno.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/errno.c b/lib/errno.c new file mode 100644 index 000000000000..41cb9d76c052 --- /dev/null +++ b/lib/errno.c @@ -0,0 +1,7 @@ +/* + * linux/lib/errno.c + * + * Copyright (C) 1991, 1992 Linus Torvalds + */ + +int errno; |