Revision baca2da4c9c5de63b215b1d82f8e774449d15655 authored by Russell King on 04 June 2006, 16:36:31 UTC, committed by Russell King on 04 June 2006, 16:36:31 UTC
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 672c610
Raw File
errno.c
/*
 *  linux/lib/errno.c
 *
 *  Copyright (C) 1991, 1992  Linus Torvalds
 */

int errno;
back to top