Commit Graph

4 Commits

Author SHA1 Message Date
Saleem Abdulrasool
7e050d14e6 stdlib: remove usage of GNU extensions in the Darwin os module
Remove the gratuitous use of the GNU extensions to implement the OS logging
module.  This allows us to enable `-Werror=gnu` globally, even on macOS builds.
2019-10-30 08:38:46 -07:00
Maxim Moiseev
a0326f6514 Un-shadow buffer so the correct copy happens
Fixes: rdar://problem/48299301
2019-02-25 11:19:53 -08:00
Maxim Moiseev
caac1bf850 [overlay] Size the os_log pack buffer appropriately
Fixes: rdar://problem/31799909
2019-02-07 14:19:07 -08:00
Saleem Abdulrasool
41d9c2cc59 stdlib: restructure for OS family layout of SDK overlay
The SDK directory is now confusing as the Windows target also has a SDK
overlay.  In order to make this more uniform, move the SDK directory to
Darwin which covers the fact that this covers the XNU family of OSes.
The Windows directory contains the SDK overlay for the Windows target.
2018-12-06 11:32:05 -08:00