LibC: Do not include errno.h inside unistd.h

POSIX does not mandate this, therefore let's not do it.
This commit is contained in:
Jean-Baptiste Boric 2021-05-14 16:32:57 +02:00 committed by Andreas Kling
commit e16894af5a
Notes: sideshowbarker 2024-07-18 18:08:40 +09:00
32 changed files with 31 additions and 3 deletions

View file

@ -5,6 +5,7 @@
*/
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>