Ping: [PATCH v7 2/8] posix: let the getopt caller set the translation context
Vivien Kraus
vivien@planete-kraus.eu
Tue Jul 1 18:23:51 GMT 2025
Hello,
It is said that we should ping weekly. I am currently waiting for an
answer to know whether optctxt [opttextdomain] should be D 0x4 on these
architectures or D 0x8 everywhere.
Le mardi 24 juin 2025 à 17:28 +0200, Vivien Kraus a écrit :
> By looking at the diff between (v9 - abilist modifications + update-
> all-abi) and v9, I see that the automatic update replaced all my
> optctxt / opttextdomain D 0x4 in what I suspect are 32-bit
> architectures with D 0x8. I interpret this number is the size of the
> variable (a char * in both cases, like optarg). I would guess 0x4 is
> the correct size on 32-bit systems, but 0x8 is the only size the
> build
> system knows for pointers, because it targets my 64-bit machine.
> Should
> I trust the 0x8, or keep the 0x4 that are in v9?
Best regards,
Vivien
More information about the Libc-alpha
mailing list