repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
lib
/
libc
/
gen
/
errno.c
blob
e7de940b9ea8e9a340df44cb008c9ebbb37626ac
1
/* $NetBSD: errno.c,v 1.4 2000/02/17 21:34:21 kleink Exp $ */
2
3
#include <sys/cdefs.h>
4
#if defined(LIBC_SCCS) && !defined(lint)
5
__RCSID
(
"$NetBSD$"
);
6
#endif
/* LIBC_SCCS and not lint */
7
8
int
errno
;