You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ESPIPE errno means that seeking is not supported on the
given file handle. Translate to the OS_ERR_OPERATION_NOT_SUPPORTED
error rather than not implemented as it better indicates the
actual condition.
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Mar 12, 2021
The ESPIPE errno means that seeking is not supported on the
given file handle. Translate to the OS_ERR_OPERATION_NOT_SUPPORTED
error rather than not implemented as it better indicates the
actual condition.
Is your feature request related to a problem? Please describe.
OS_ERR_NOT_IMPLEMENTED error code used for ESPIPE lseek error:
osal/src/os/portable/os-impl-posix-io.c
Lines 132 to 141 in ead5723
Describe the solution you'd like
Replace error code with something more appropriate
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review
The text was updated successfully, but these errors were encountered: