public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* Issue: #include <stdio.h> shall not cause intmax_t to be defined
@ 2022-04-26 21:41 Pavel M
  2022-05-03 17:00 ` Corinna Vinschen
  0 siblings, 1 reply; 10+ messages in thread
From: Pavel M @ 2022-04-26 21:41 UTC (permalink / raw)
  To: newlib

Hi all,

Issue: #include <stdio.h> shall not cause intmax_t to be defined. However,
now it causes. This is because now <stdio.h> includes <sys/types.h>, which
includes <sys/_stdint.h>.
Note: per C11 the types intmax_t and uintmax_t defined in the header
<stdint.h>, and <stdint.h> is not included in <stdio.h>.
Consider fixing.

--
Pavel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-05-06  9:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 21:41 Issue: #include <stdio.h> shall not cause intmax_t to be defined Pavel M
2022-05-03 17:00 ` Corinna Vinschen
2022-05-04  7:59   ` Sebastian Huber
2022-05-04  8:37     ` Corinna Vinschen
2022-05-04  8:41       ` Sebastian Huber
2022-05-04  8:54         ` Corinna Vinschen
2022-05-04  9:02           ` Sebastian Huber
2022-05-04 13:12             ` Corinna Vinschen
2022-05-05 16:15               ` Pavel M
2022-05-06  9:14                 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).