Hi, On Sun, Sep 28, 2025 at 10:40:48PM +0200, Samuel Thibault wrote: > > so you need to care about backward compatibility by introducing another > type, that programs will have to use explicitly to manipulate values > beyond 32 bits. >
Adding a new ps_flags64_t, as an alias of uint64_t, looks like an involved (and quite daunting) task as a lot of code and types depend on it. I'm in the middle of duplicating ps.h into a ps64.h (and probably will need to duplicate c files too) and I'm not quite sure it's the correct way of approaching this task :( I would end up with a libps64 haha I'll try to find some other way in the mean time. Thanks, Diego
