musl/include/sys/ttydefaults.h, branch mastermusl - an implementation of the standard library for Linux-based systemsfix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h2020年01月29日T15:47:48+00:00Rich Felkerdalias@aerifal.cx2020年01月29日T15:47:48+00:00e6093b5a870a38ebfb3e54382acd48c698bde15d
_POSIX_VDISABLE is only visible if unistd.h has already been included,
so conditional use of it here makes no sense. the value is always 0
anyway; it does not vary.
_POSIX_VDISABLE is only visible if unistd.h has already been included,
so conditional use of it here makes no sense. the value is always 0
anyway; it does not vary.
fix unprotected macro argument in sys/ttydefaults.h2020年01月29日T15:47:19+00:00Rich Felkerdalias@aerifal.cx2020年01月29日T15:47:19+00:00a0217a2ff78ce88fe90e3345d2ee35ab53e3901e