ansification: remove _CONST

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz
2017-12-03 20:25:16 -06:00
parent 6783860a2e
commit 0bda30e1ff
322 changed files with 1145 additions and 1147 deletions

View File

@ -22,7 +22,7 @@
* I/O descriptors for __sfvwrite_r().
*/
struct __siov {
_CONST _PTR iov_base;
const _PTR iov_base;
size_t iov_len;
};
struct __suio {