Hello, Martin-Éric Racine, le mar. 21 juil. 2026 10:50:36 +0300, a ecrit: > The Hurd porting guidelines don't show any example for using sysconf() > to fetch IOV_MAX and friends.
sysconf is usually not actually useful to get a value for IOV_MAX, it will just return -1, there is really no limitation on the I/O vector size. Just putting an arbitrary limit when undefined is really fine enough. Samuel

