Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rurban
on Oct 17, 2023
|
parent
|
context
|
favorite
| on:
Getaddrinfo() on glibc calls getenv(), oh boy
Almost everybody calls getenv(). malloc for tunings, checks, tracing and such, half of the string library for localization specifics, all of the locale and time and timezone functions, many math functions need fegetenv().
Also most set errno, ha!
jonhohle
on Oct 17, 2023
[–]
errno is thread safe (and thread local).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Also most set errno, ha!