Regenerated from sysdeps/mach/hurd/errnos.awk manual/errno.texi /home/hi2/build/i486...
authorThomas Bushnell, BSG <thomas@gnu.org>
Thu, 3 Oct 1996 21:26:11 +0000 (21:26 +0000)
committerThomas Bushnell, BSG <thomas@gnu.org>
Thu, 3 Oct 1996 21:26:11 +0000 (21:26 +0000)
sysdeps/mach/hurd/errnos.h

index b14c98a..cbc7a94 100644 (file)
@@ -284,6 +284,7 @@ typedef enum __error_t_codes error_t;
 /* errno is a per-thread variable.  */
 #include <hurd/threadvar.h>
 #define errno  (*__hurd_errno_location ())
+#define __set_errno(val) errno = (val)
 
 #endif /* <errno.h> included.  */