Apr 5, 2002 #1 jpernia Technical User Mar 29, 2002 35 US Hi, where can I find documentes about the errors in AIX. for example error 22
Apr 9, 2002 Thread starter #3 jpernia Technical User Mar 29, 2002 35 US Hi I need more information for example errorno=22 Upvote 0 Downvote
Apr 9, 2002 #4 Yegolev Technical User Oct 1, 2001 787 US To be more explicit, try this: grep 22 /usr/include/sys/errno.h To save you the effort, this is the output: #define EINVAL 22 /* Invalid argument */ #define ENODATA 122 /* no message ready at stream head */ Upvote 0 Downvote
To be more explicit, try this: grep 22 /usr/include/sys/errno.h To save you the effort, this is the output: #define EINVAL 22 /* Invalid argument */ #define ENODATA 122 /* no message ready at stream head */