Chiarimento prctl per PR_SET_CHILD_SUBREAPER e PR_GET_CHILD_SUBREAPER
[gapil.git] / listati / iovec.h
1 struct iovec {
2     void *iov_base;      /* Starting address */
3     size_t iov_len;      /* Length in bytes  */
4 };