Skip to content
#

openrisc

Here are 25 public repositories matching this topic...

ppenna
ppenna commented Aug 24, 2018

Description

Currently, to signal errors, some functions return a negative error code and others return -1 and set the errno variable to indicate the error.

We should rely on one and only one approach to signal the errors, otherwise caos will follow.

Therefore, we should gradually fix the code to signal errors through the errno variable, since it is the standard for Unix systems.

Improve this page

Add a description, image, and links to the openrisc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openrisc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.