root
/
lib
/errno.c
/*
*/
1
/*
2
* linux/lib/errno.c
3
*
4
* Copyright (C) 1991, 1992 Linus Torvalds
5
*/
6
7
int
errno
;
/*
*/