Blame sysdeps/mach/hurd/err_hurd.sub

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