about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/err_hurd.sub
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/err_hurd.sub')
-rw-r--r--sysdeps/mach/hurd/err_hurd.sub12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/mach/hurd/err_hurd.sub b/sysdeps/mach/hurd/err_hurd.sub
deleted file mode 100644
index 4a4dee3aa3..0000000000
--- a/sysdeps/mach/hurd/err_hurd.sub
+++ /dev/null
@@ -1,12 +0,0 @@
-/* This file defines the Mach error system for Hurd server errors.  */
-
-#include <errno.h>
-
-extern const char *const _hurd_errlist[];
-
-/* 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 *) _hurd_errlist },
-  };