ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/mach/hurd/err_hurd.sub

12 lines
347 B
Plaintext

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