Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
arudradey
/
flst
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
flst
/
upstream
/
emscripten
/
system
/
lib
/
llvm-libc
/
include
/
llvm-libc-macros
/
linux
/
error-number-macros.h
arudradey
Upload folder using huggingface_hub
00df61d
verified
3 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
582 Bytes
#
ifndef
LLVM_LIBC_MACROS_LINUX_ERROR_NUMBER_MACROS_H
#
define
LLVM_LIBC_MACROS_LINUX_ERROR_NUMBER_MACROS_H
#
ifndef
ECANCELED
#
define
ECANCELED 125
#
endif
// ECANCELED
#
ifndef
EOWNERDEAD
#
define
EOWNERDEAD 130
#
endif
// EOWNERDEAD
#
ifndef
ENOTRECOVERABLE
#
define
ENOTRECOVERABLE 131
#
endif
// ENOTRECOVERABLE
#
ifndef
ERFKILL
#
define
ERFKILL 132
#
endif
// ERFKILL
#
ifndef
EHWPOISON
#
define
EHWPOISON 133
#
endif
// EHWPOISON
#
ifndef
EOPNOTSUPP
#
define
EOPNOTSUPP 95
#
endif
#
ifndef
ENOTSUP
#
define
ENOTSUP EOPNOTSUPP
#
endif
#
endif
// LLVM_LIBC_MACROS_LINUX_ERROR_NUMBER_MACROS_H