summaryrefslogtreecommitdiff
path: root/errno.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-05-22 07:52:13 +0000
committerRoland McGrath <roland@gnu.org>1992-05-22 07:52:13 +0000
commit132bcb11338e1ca3528db850b0d80a70d1a40999 (patch)
tree2bced21bf56ab2575dcbd8dea29ae7ef8266c527 /errno.h
parent89f455df32693a8640968601677a942bf6ac5ade (diff)
Formerly ../errno.h.~3~
Diffstat (limited to 'errno.h')
-rw-r--r--errno.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/errno.h b/errno.h
index a3df0abf59..0d0cf484e2 100644
--- a/errno.h
+++ b/errno.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -13,10 +13,10 @@ Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
+not, write to the, 1992 Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
-/*
+/*
* ANSI Standard: 4.1.3 Errors <errno.h>
*/
@@ -25,11 +25,14 @@ Cambridge, MA 02139, USA. */
#define _ERRNO_H 1
#include <features.h>
+__BEGIN_DECLS
+
/* Get the error number constants. */
#include <errnos.h>
/* Declare the `errno' variable. */
-extern VOLATILE int errno;
+extern __volatile int errno;
+__END_DECLS
-#endif /* errno.h */
+#endif /* errno.h */