public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Fix StdLib compilation with XCODE5/CLANG38
@ 2018-12-18  4:25 Alex James
  2018-12-18  4:25 ` [PATCH v1 1/2] StdLib/sys/termios: Define cc_t as unsigned Alex James
  2018-12-18  4:25 ` [PATCH v1 2/2] StdLib/Environs: Avoid infinite recursion in _Exit Alex James
  0 siblings, 2 replies; 5+ messages in thread
From: Alex James @ 2018-12-18  4:25 UTC (permalink / raw)
  To: edk2-devel

Resolve various compilation errors when building StdLib with XCODE5
or CLANG38 toolchains.

Alex James (2):
  StdLib/sys/termios: Define cc_t as unsigned
  StdLib/Environs: Avoid infinite recursion in _Exit

 StdLib/Include/sys/termios.h  | 2 +-
 StdLib/LibC/StdLib/Environs.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2019-01-02 19:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-18  4:25 [PATCH v1 0/2] Fix StdLib compilation with XCODE5/CLANG38 Alex James
2018-12-18  4:25 ` [PATCH v1 1/2] StdLib/sys/termios: Define cc_t as unsigned Alex James
2018-12-18  4:25 ` [PATCH v1 2/2] StdLib/Environs: Avoid infinite recursion in _Exit Alex James
2019-01-02 19:28   ` Carsey, Jaben
2019-01-02 19:28   ` Carsey, Jaben

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox