Closed dimitry-ishenko closed 2 months ago
I would say that I don't see the value in supporting armhf, or other 32bit platforms, but as the change is so simple I don't object to it
I would say that I don't see the value in supporting armhf, or other 32bit platforms, but as the change is so simple I don't object to it
I was just thinking maybe some cheaper ARM boxen that don't have proper 64 bit Linux support can benefit from it. Otherwise, I was of the same frame of mind as you, since this is a very small change, why not. Thanks for accepting.
On 32bit platforms passing
long
todata_t
causes ambiguity, because it doesn't map directly into any of the types held bydata_t
.