Y
Hacker News
new
|
ask
|
show
|
jobs
by
MuffinFlavored
2439 days ago
so BSDs wrote their own libc implementations, then historically (pre-clang) compiled them with `gcc`
without
any GNU extensions?
1 comments
simcop2387
2439 days ago
Basically, yes. I don't know if they avoided GNU GCC C language extensions but I'd be surprised if they did use any in any significant manner.
link