Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys/pipe: always include stdlib.h instead of malloc.h #12265

Merged
merged 1 commit into from
Sep 17, 2019

Conversation

smlng
Copy link
Member

@smlng smlng commented Sep 17, 2019

Contribution description

The malloc.h file is deprecated on most systems and should not be
used, instead include stdlib.h which handles needed function in a
portable manner.

This fix is needed to run unittests with RIOT native on FreeBSD
(and some others platforms).

Testing procedure

compile and run unit tests, they should still work.

Issues/PRs references

#3392
see also

The malloc.h file is deprecated on most systems and should not be
used, instead include stdlib.h which handles needed function in a
portable manner.
@smlng smlng added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Area: sys Area: System labels Sep 17, 2019
@smlng smlng requested review from maribu and miri64 September 17, 2019 19:06
Copy link
Member

@maribu maribu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@miri64 miri64 merged commit baebcef into RIOT-OS:master Sep 17, 2019
@smlng smlng deleted the fix_sys_pipe_freebsd branch September 17, 2019 21:20
@kb2ma kb2ma added this to the Release 2019.10 milestone Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: sys Area: System CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants