Skip to content

Commit

Permalink
rtld: Fix an inverted #ifdef
Browse files Browse the repository at this point in the history
Not sure why this passed CI before
  • Loading branch information
bsdjhb committed Jan 25, 2025
1 parent cf628ae commit 3c840a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/rtld-elf/rtld.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ __BEGIN_DECLS
typeof (Y) y_ = (Y); \
(x_ > y_) ? x_ : y_; })

#ifdef CHERI_LIB_C18N
#ifndef CHERI_LIB_C18N
#define rtld_get_return_address() __builtin_return_address(0)
#else
#define rtld_get_return_address() ({ \
Expand Down

0 comments on commit 3c840a4

Please sign in to comment.