Changeset e50297e in rtems

Timestamp:
03/04/15 09:15:02 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
76f37656
Parents:
d2ffb7dc
git-author:
Sebastian Huber <sebastian.huber@…> (03/04/15 09:15:02)
git-committer:
Sebastian Huber <sebastian.huber@…> (03/04/15 11:03:04)
Message:

score: ISR lock C/C++ compatiblity issue

Empty structures are implementation-defined in C. GCC gives them a size
of zero. In C++ empty structures have a non-zero size.

Add ISR_LOCK_DEFINE() to define ISR locks for structures used by C and
C++.

Update #2273.

(No files)

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