Files
ladybird/Userland/Libraries/LibC
Alex O'Brien ad1065e213 LibC: Remove semicolon in definition of FD_ZERO
This causes problems in code of the form

  if (/* condition */)
    FD_ZERO(&thing);
  else
    do_other_thing();

Wrapping the call to memset() in a do/while block fixes the issue.
2022-03-06 13:00:42 +01:00
..
2021-12-24 05:26:21 -08:00
2022-01-16 14:59:21 -08:00
2022-03-02 11:40:37 +01:00
2022-03-04 20:07:05 +01:00
2021-12-18 21:01:10 -08:00
2021-12-28 11:00:51 +01:00
2022-01-07 15:44:42 +01:00
2022-01-07 18:38:32 +01:00
2021-10-26 08:47:06 +02:00
2021-10-20 09:20:18 +01:00
2021-12-24 05:26:21 -08:00
2022-03-04 20:07:05 +01:00
2022-01-07 15:44:42 +01:00
2022-02-12 12:16:59 +01:00
2022-02-12 12:16:59 +01:00
2022-03-02 18:08:05 +01:00
2022-01-10 23:47:30 +01:00
2022-01-10 23:47:30 +01:00
2021-10-15 14:47:41 -07:00