Skip to content

Commit

Permalink
ffi/posix: fix typo in cdecls (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored Nov 21, 2024
1 parent 6cfdb25 commit 40eb9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi-cdecl/posix_decl.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ cdecl_func(strcasecmp)
cdecl_const(F_OK)
cdecl_const(R_OK)
cdecl_const(W_OK)
cdecl_const(W_OK)
cdecl_const(X_OK)
cdecl_func(access)

cdecl_type(FILE)
Expand Down

0 comments on commit 40eb9cd

Please sign in to comment.