Revision b6d31e80f0d6a722bf85b3a7090df473fc545980 authored by David S. Miller on 05 May 2005, 21:46:21 UTC, committed by David S. Miller on 05 May 2005, 21:46:21 UTC
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e6de8ad
Raw File
errno.c
/*
 *  linux/lib/errno.c
 *
 *  Copyright (C) 1991, 1992  Linus Torvalds
 */

int errno;
back to top