mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
LibC: Don't define ALWAYS_INLINE if it's already defined.
This makes building GCC a bit quieter.
This commit is contained in:
parent
f6680d58db
commit
c1f8df5f86
1 changed files with 2 additions and 0 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
#define _POSIX_VERSION 200809L
|
||||
|
||||
#ifndef ALWAYS_INLINE
|
||||
#define ALWAYS_INLINE inline __attribute__((always_inline))
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
# define __BEGIN_DECLS extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue