Commit d691d30
[lldb][POSIX] Replace bzero with memset in domain socket code (llvm#121747)
Replace `bzero` with the standard `memset` so that it is common to all platforms.1 parent 97a04ec commit d691d30
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
0 commit comments