-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Deal with stdin in bordermultiplex.c #21
Copy link
Copy link
Closed
Labels
Area: networkArea: NetworkingArea: NetworkingImpact: majorThe PR changes a significant part of the code base. It should be reviewed carefullyThe PR changes a significant part of the code base. It should be reviewed carefullyType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Metadata
Metadata
Assignees
Labels
Area: networkArea: NetworkingArea: NetworkingImpact: majorThe PR changes a significant part of the code base. It should be reviewed carefullyThe PR changes a significant part of the code base. It should be reviewed carefullyType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
So far
stdinis not defined for all platforms (particular msp-430 is lacking a definition). Since it is used in bordermultiplex.c it should be either defined for all platforms (preferable) or replaced in this specific file.