Commit 15786c0
authored
fix(windows): Fix offset type issue in client lib (#761)
Commit 84c158a introduced usage of __off_t, which is a non-standard
glibc internal type. This caused the Windows client library to fail
to compile.
Replace __off_t with a portable, cross-platform offset type to restore
Windows build compatibility.
Signed-off-by: rolysr <rolysr@leil.io>1 parent 50e48c2 commit 15786c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | | - | |
| 1022 | + | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
| |||
0 commit comments