Skip to content

Commit 6cfd4e5

Browse files
colstrombrixen
authored andcommittedAug 19, 2016
Add typedef for id_t (#3691)
Resolves a compilation failure under musl libc.
1 parent c1fb361 commit 6cfd4e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎core/zed.rb

+1
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ module FFI
608608
add_typedef TYPE_UINT, :uint
609609
add_typedef TYPE_UINT, :uid_t
610610
add_typedef TYPE_UINT, :gid_t
611+
add_typedef TYPE_UINT, :id_t
611612

612613
# Converts a long
613614
add_typedef TYPE_LONG, :long

0 commit comments

Comments
 (0)
Please sign in to comment.