Skip to content

Instantly share code, notes, and snippets.

@kaiwan
kaiwan / errno_codes.txt
Created June 2, 2018 06:53
Linux errno values
errno.h - C Error Codes in Linux
All the Linux/C error codes are listed below.
I occasionally google C error codes, but always end up grepping through /usr/include to find the answer.
To save myself, and a few others, some time in the future, here they are:
Include file :: /usr/include/asm-generic/errno-base.h
#ifndef _ASM_GENERIC_ERRNO_BASE_H
#define _ASM_GENERIC_ERRNO_BASE_H