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
Notes:
sideshowbarker
2024-07-19 13:51:27 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c1f8df5f865
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
Reference in a new issue