Skip to content

Commit 4824601

Browse files
committed
remove handler args name
1 parent f231ed9 commit 4824601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/include/llvm-libc-types/constraint_handler_t.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
#ifdef LIBC_HAS_ANNEX_K
1515

16-
typedef void (*constraint_handler_t)(const char *__restrict msg,
17-
void *__restrict ptr, errno_t error);
16+
typedef void (*constraint_handler_t)(const char *__restrict, void *__restrict,
17+
errno_t);
1818

1919
#endif // LIBC_HAS_ANNEX_K
2020

0 commit comments

Comments
 (0)