libclang
, then we have a conflict
I have a very strange problem. The version of x86_64-conda-linux-gnu/sysroot/usr/include/sys/uio.h in my conda environments does not include, ath the bottom, this stanza
/* Some operating systems provide system-specific extensions to this
header. */
#ifdef __USE_GNU
# include <bits/uio-ext.h>
#endif
and uio-ext.h is not available. This means I cannot compile code using process_vm_readv
. Is that expected?