![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _LINUX_ERRNAME_H 0003 #define _LINUX_ERRNAME_H 0004 0005 #include <linux/stddef.h> 0006 0007 #ifdef CONFIG_SYMBOLIC_ERRNAME 0008 const char *errname(int err); 0009 #else 0010 static inline const char *errname(int err) 0011 { 0012 return NULL; 0013 } 0014 #endif 0015 0016 #endif /* _LINUX_ERRNAME_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |