Update opengroup link/comment to https

This commit is contained in:
Hanno Böck 2025-03-04 22:24:28 +01:00
parent 660e48b0a3
commit afd87e8399

View file

@ -55,7 +55,7 @@
# define EXPAT_read_count_t int
# define EXPAT_read_req_t unsigned int
#else /* POSIX */
/* http://pubs.opengroup.org/onlinepubs/009695399/functions/read.html */
/* https://pubs.opengroup.org/onlinepubs/009695399/functions/read.html */
# define EXPAT_read read
# define EXPAT_read_count_t ssize_t
# define EXPAT_read_req_t size_t