diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 22:26:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 22:26:33 -0500 |
| commit | db929ce81ca026cabb6d61d3c7b80190262d3c83 (patch) | |
| tree | df8f090049f9a3893da80ab7aae5bd001297cd5b /src/LibC++/__abi.h | |
| parent | 0c8f94db58637420fa3b9513823a3cdb3e92bf38 (diff) | |
| parent | f900849f98bad9988805ec89c587395752490486 (diff) | |
Merge pull request #40 from nekernel-org/developv0.0.7
chore: API and system design update.
Diffstat (limited to 'src/LibC++/__abi.h')
| -rw-r--r-- | src/LibC++/__abi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LibC++/__abi.h b/src/LibC++/__abi.h index 70afae5..206b5ef 100644 --- a/src/LibC++/__abi.h +++ b/src/LibC++/__abi.h @@ -10,6 +10,6 @@ __init_decl() -extern void __compilerkit_unreachable(void); + extern void __compilerkit_unreachable(void); __fini_decl()
\ No newline at end of file |
