mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
8 lines
89 B
C
8 lines
89 B
C
|
/*
|
||
|
* linux/lib/errno.c
|
||
|
*
|
||
|
* Copyright (C) 1991, 1992 Linus Torvalds
|
||
|
*/
|
||
|
|
||
|
int errno;
|