⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 err_hurd.sub

📁 Glibc 2.3.2源代码(解压后有100多M)
💻 SUB
字号:
/* 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 },  };

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -