Ticket #1543 (assigned bug)
Check libroot for Correct Use of errno (easy)
| Reported by: | bonefish | Owned by: | kaoutsis |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | System/libroot.so | Version: | R1 development |
| Cc: | karma | Blocked By: | |
| Platform: | All | Blocking: |
Description
While BeOS API functions usually return error codes directly, POSIX functions just indicate an error by a special return value (often -1 or a NULL pointer) and set errno to the actual error code. Our libroot code (src/system/libroot, particularly the posix subdirectory) needs to be reviewed in this respect.
Change History
Note: See
TracTickets for help on using
tickets.
