mirror of
https://review.haiku-os.org/haiku
synced 2025-01-23 06:47:22 +01:00
c299b09cff
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