in reply to Inappropriate ioctl for device
should I be concerned about this error?
No. Not every failing system call is indicative of a problem. In fact, it's pretty normal to see many system calls return with an error code. In many cases it's faster/easier/the-only-way to just make the call and react appropriately, rather than trying to determine beforehand whether the call would fail... (it's kinda like simply asking the question, instead of "May I ask a question?", followed by the question if you get "Yes" :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Inappropriate ioctl for device
by MidLifeXis (Monsignor) on Jul 21, 2008 at 16:29 UTC | |
|
Re^2: Inappropriate ioctl for device
by Bloodnok (Vicar) on Jul 22, 2008 at 11:36 UTC |