Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 16267 | Differences between
and this patch

Collapse All | Expand All

(-)error.h.orig (-1 / +1 lines)
Lines 1-7 Link Here
1
#ifndef ERROR_H
1
#ifndef ERROR_H
2
#define ERROR_H
2
#define ERROR_H
3
3
4
extern int errno;
4
#include <errno.h>
5
5
6
extern int error_intr;
6
extern int error_intr;
7
extern int error_nomem;
7
extern int error_nomem;

Return to bug 16267