diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-18 20:36:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-18 20:36:35 +0000 |
commit | 9ea41cbf7080e27fa013d49c93ceaaa325a90222 (patch) | |
tree | 47010730310ab496a66edd0eadb581816b8c63f8 /lib/libc/sys | |
parent | 78aac095fc4cd7aa1e7100e66c8de73c31ed60c7 (diff) |
include errno.h not sys/errno.h for int errno
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/intro.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index adef4addd88..5b522ec8ac5 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -40,7 +40,7 @@ .Nm intro .Nd introduction to system calls and error numbers .Sh SYNOPSIS -.Fd #include <sys/errno.h> +.Fd #include <errno.h> .Sh DESCRIPTION This section provides an overview of the system calls, their error returns, and other common definitions and concepts. |