genode/os/src/lib/ldso/ldso_types.c
2012-01-03 15:35:05 +01:00

18 lines
350 B
C

/*
* \brief libc stdandard file handles
* \author Sebastian Sumpf
* \date 2009-10-26
*/
/*
* Copyright (C) 2009-2012 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
int *stdin = 0;
int *stdout = 0;
int *stderr = 0;
int errno = 0;