Add sysconf to unistd.h (#575)

This commit is contained in:
Gavin Hayes 2022-09-04 03:10:17 -04:00 committed by GitHub
parent 74879bf067
commit 9c017c98d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
#define LIBC_ISYSTEM_UNISTD_H_
#include "libc/calls/calls.h"
#include "libc/calls/weirdtypes.h"
#include "libc/runtime/sysconf.h"
#include "libc/sysv/consts/fileno.h"
#include "libc/sysv/consts/o.h"
#include "libc/sysv/consts/ok.h"