Files
ladybird/Userland/Libraries/LibC
Marcus Nilsson fd792f93c4 LibC: Use gethostbyname_r() in gethostbyname()
Since `gethostbyname()` can't fail because of memory-related issues, it
has no way of representing a memory-related failure. We therefor use
`NO_RECOVERY` to represent a memory-related failure as well
as its normal name server related failures.
2023-08-29 11:04:48 +02:00
..
2022-08-23 19:07:12 +01:00
2022-12-03 23:52:23 +00:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-11-25 23:13:16 +01:00
2023-07-08 15:53:02 -04:00
2023-08-29 11:04:48 +02:00
2023-06-07 13:44:44 +02:00
2022-08-23 19:07:12 +01:00
2022-11-08 11:51:19 +01:00
2022-08-23 19:07:12 +01:00
2022-11-29 11:04:21 +01:00
2023-08-28 00:40:35 +02:00
2023-08-28 00:40:35 +02:00
2022-10-14 13:37:29 +02:00
2022-10-14 13:37:29 +02:00
2022-12-03 23:52:23 +00:00