Changeset 42f1b37 in rtems for cpukit/include/libfdt.h

Timestamp:
10/18/17 06:22:40 (7 years ago)
Author:
David Gibson <david@…>
Branches:
5, master
Children:
4e5f848
Parents:
f5e879f
git-author:
David Gibson <david@…> (10/18/17 06:22:40)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/19/18 05:01:11)
Message:

libfdt: Remove leading underscores from identifiers

In a lot of places libfdt uses a leading _ character to mark an identifier
as "internal" (not part of the published libfdt API). This is a bad idea,
because identifiers with a leading _ are generally reserved by the C
library or system. It's particularly dangerous for libfdt, because it's
designed to be able to be integrated into lots of different environments.

In some cases the leading _ has no purpose, so we simply drop it. In most
cases we move it to the end, as our new convention for marking internal
identifiers.

Signed-off-by: David Gibson <david@…>

(No files)

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