summaryrefslogtreecommitdiff
path: root/sysdeps/stub/errnos.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/errnos.h')
-rw-r--r--sysdeps/stub/errnos.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/errnos.h b/sysdeps/stub/errnos.h
index 11708086bf..0a0f80a19d 100644
--- a/sysdeps/stub/errnos.h
+++ b/sysdeps/stub/errnos.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1994, 1996 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
@@ -36,3 +36,5 @@ Cambridge, MA 02139, USA. */
#define ENFILE 9
#define EMFILE 10
#endif
+
+#define __set_errno(val) errno = (val)