Benchtests: Remove broken walk benchmarks
[glibc.git] / sysdeps / mach / hurd / err_hurd.sub
blob3e9b37e155826cfa0f1720b112e0f3ef2d68c95f
1 /* This file defines the Mach error system for Hurd server errors.  */
3 #include <errno.h>
4 #include <stdio.h>  /* For _sys_errlist_internal  */
6 /* Omit `const' because we are included with `static'
7    defined to `static const'.  */
8 static struct error_subsystem err_hurd_sub[] =
9   {
10     { "(os/hurd)", _HURD_ERRNOS, _sys_errlist_internal },
11   };