Samuel Thibault 569cfcc6bf hurd: Fix _NOFLSH value
shifting 1 (thus an integer) left 31 bit is undefined behavior. We have to
make it an unsigned integer to properly get 0x80000000 (like done in other
places).
2023-01-15 20:56:12 +01:00
..
2023-01-15 20:56:12 +01:00
2016-11-04 09:37:44 -07:00