haiku/headers/os/support
Adrien Destugues c299b09cff SupportDefs: make it C89-safe again
The atomic inlines were not implemented in a C89 safe way:
* Use of "static inline" not allowed, but static __inline__ is
* __inline__ is a GCC extension, but these are already in a __GNUC__
block (other compilers use a non-inline version)
* also fix a C++ style comment
2015-01-19 13:54:18 +01:00
..
Architecture.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Archivable.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Autolock.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Beep.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
BlockCache.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
BufferedDataIO.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
BufferIO.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
ByteOrder.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
ClassInfo.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
DataIO.h BPositionIO: Add {Read,Write}AtExactly() 2014-07-12 15:40:21 +02:00
DateTime.h Add setters to BDate and BCalendarView 2014-09-30 15:38:24 +02:00
Debug.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Errors.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Flattenable.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
List.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Locker.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
ObjectList.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
parsedate.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
Referenceable.h Make BReferenceable public. 2014-06-11 17:08:05 +02:00
StackOrHeapArray.h StackOrHeapArray: Add missing include of cstddef. 2014-01-13 19:14:49 +01:00
StopWatch.h
String.h BString: Add ScanWithFormat convenience method. 2014-11-02 11:38:45 +01:00
StringList.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
SupportDefs.h SupportDefs: make it C89-safe again 2015-01-19 13:54:18 +01:00
TLS.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
TypeConstants.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00
UTF8.h Style fixes to Support Kit files 2014-06-24 19:30:54 -04:00