diff options
author | Rich Felker <dalias@aerifal.cx> | 2020-09-03 17:58:17 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-09-03 17:58:17 -0400 |
commit | 76f42fdf34b518ab4b1f0684209d3e1e60e92d9c (patch) | |
tree | a25254c27fe0df96eae1fc380498571aba295468 /src/thread/pthread_sigmask.c | |
parent | b8b729bd22c28c9116c2fce65dce207a35299c26 (diff) | |
download | musl-76f42fdf34b518ab4b1f0684209d3e1e60e92d9c.tar.gz musl-76f42fdf34b518ab4b1f0684209d3e1e60e92d9c.tar.bz2 musl-76f42fdf34b518ab4b1f0684209d3e1e60e92d9c.tar.xz musl-76f42fdf34b518ab4b1f0684209d3e1e60e92d9c.zip |
make generic bits/fcntl.h shareable with 64-bit archs
the fcntl file locking command macro values in the existing generic
bits/fcntl.h were the "64" variants, requiring 64-bit archs that use
the "plain" variants to have their own bits/fcntl.h, even if they
otherwise use the common definitions for everything.
since commit 7cc79d10afd43811a486fd5e9fcdf8e45ac599e0 exposed
__LONG_MAX to all bits headers, we can now make the generic one common
between 32- and 64-bit archs.
Diffstat (limited to 'src/thread/pthread_sigmask.c')
0 files changed, 0 insertions, 0 deletions