diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-12-28 11:02:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 11:02:23 (GMT) |
commit | 656eb1670700f6abe3bc3dc54934d01d3a10b97e (patch) | |
tree | 2a6b52ef96c093c35bbd404183dedbbb3cf90dd1 /Misc | |
parent | a486d10fc6a23df098f259147e43de6d9dd00dd9 (diff) | |
download | cpython-656eb1670700f6abe3bc3dc54934d01d3a10b97e.zip cpython-656eb1670700f6abe3bc3dc54934d01d3a10b97e.tar.gz cpython-656eb1670700f6abe3bc3dc54934d01d3a10b97e.tar.bz2 |
[3.11] bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856) (GH-113541)
Always include <sys/types.h> before <sys/sysmacros.h>.
(cherry picked from commit f108468970bf4e70910862476900f924fb701399)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2020-05-01-23-44-31.bpo-11102.Fw9zeS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2020-05-01-23-44-31.bpo-11102.Fw9zeS.rst b/Misc/NEWS.d/next/Build/2020-05-01-23-44-31.bpo-11102.Fw9zeS.rst new file mode 100644 index 0000000..6477538 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2020-05-01-23-44-31.bpo-11102.Fw9zeS.rst @@ -0,0 +1,2 @@ +The :func:`os.major`, :func:`os.makedev`, and :func:`os.minor` functions are +now available on HP-UX v3. |