Changeset 7217a4f in rtems for cpukit

Timestamp:
11/08/19 14:42:53 (4 years ago)
Author:
David Gibson <david@…>
Branches:
5, master
Children:
461c7354
Parents:
94d5b6ea
git-author:
David Gibson <david@…> (11/08/19 14:42:53)
git-committer:
Sebastian Huber <sebastian.huber@…> (03/02/20 06:52:20)
Message:

libfdt: Correct prototype for fdt_ro_probe_()

This function returns an int32_t, however the prototype in
libfdt_internal.h shows it returning an int. We haven't caught this before
because they're the same type on nearly all platforms this gets built on.
Apparently it's not the case on FreeRTOS, so someone hit this mismatch
building for that platform.

Reported-by: dharani kumar <dharanikumarsrvn@…>
Signed-off-by: David Gibson <david@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.