2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-01-24 12:25:35 +08:00
glibc/sysdeps/mach/hurd/err_hurd.sub
1995-02-18 01:27:10 +00:00

12 lines
326 B
Plaintext

/* This file defines the Mach error system for Hurd server errors. */
#include <stdio.h>
#include <errno.h>
/* Omit `const' because we are included with `static'
defined to `static const'. */
static struct error_subsystem err_hurd_sub[] =
{
{ "(os/hurd)", _HURD_ERRNOS, (const char *const *) _sys_errlist },
};