comparison: src/win32/libc_interface.c
src/win32/libc_interface.c
- changeset 12488
- 72878a4bf35a
- parent 11543
- e7218de0b500
- child 12749
- 704b51d5007a
equal
deleted
inserted
replaced
| 228 break; |
228 break; |
| 229 } |
229 } |
| 230 } |
230 } |
| 231 /* Replace the length with the actually used length */ |
231 /* Replace the length with the actually used length */ |
| 232 ifc->ifc_len = ifc->ifc_len - (ifc->ifc_buf - tmp); |
232 ifc->ifc_len = ifc->ifc_len - (ifc->ifc_buf - tmp); |
| |
233 return 0; |
| 233 } |
234 } |
| 234 } |
235 } |
| 235 default: |
236 default: |
| 236 errno = EINVAL; |
237 errno = EINVAL; |
| 237 return -1; |
238 return -1; |