我是靠谱客的博主 精明学姐,最近开发中收集的这篇文章主要介绍linux错误代码28,错误代码一览(Linux),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

#ifndef _ASM_GENERIC_ERRNO_BASE_H

#define _ASM_GENERIC_ERRNO_BASE_H

#defineEPERM 1/* Operation not permitted */

#defineENOENT 2/* No such file or directory */

#defineESRCH 3/* No such process */

#defineEINTR 4/* Interrupted system call */

#defineEIO 5/* I/O error */

#defineENXIO 6/* No such device or address */

#defineE2BIG 7/* Argument list too long */

#defineENOEXEC 8/* Exec format error */

#defineEBADF 9/* Bad file number */

#defineECHILD10/* No child processes */

#defineEAGAIN11/* Try again */

#defineENOMEM12/* Out of memory */

#defineEACCES13/* Permission denied */

#defineEFAULT14/* Bad address */

#defineENOTBLK15/* Block device required */

#defineEBUSY16/* Device or resource busy */

#defineEEXIST17/* File exists */

#defineEXDEV18/* Cross-device link */

#defineENODEV19/* No such device */

#defineENOTDIR20/* Not a directory */

#defineEISDIR21/* Is a directory */

#defineEINVAL22/* Invalid argument */

#defineENFILE23/* File table overflow */

#defineEMFILE24/* Too many open files */

#defineENOTTY25/* Not a typewriter */

#defineETXTBSY26/* Text file busy */

#defineEFBIG27/* File too large */

#defineENOSPC28/* No space left on device */

#defineESPIPE29/* Illegal seek */

#defineEROFS30/* Read-only file system */

#defineEMLINK31/* Too many links */

#defineEPIPE32/* Broken pipe */

#defineEDOM33/* Math argument out of domain of func */

#defineERANGE34/* Math result not representable */

#endif

最后

以上就是精明学姐为你收集整理的linux错误代码28,错误代码一览(Linux)的全部内容,希望文章能够帮你解决linux错误代码28,错误代码一览(Linux)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(29)

评论列表共有 0 条评论

立即
投稿
返回
顶部