Put confstr() in unistd.h

Fixes #1184
This commit is contained in:
Justine Tunney 2024-05-21 15:35:06 -07:00
parent cf70a44756
commit 0b59f01b43
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,6 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/paths.h"
#include "libc/stdio/stdio.h"
#include "libc/str/str.h"
#include "libc/sysv/errfuns.h"
#include "libc/unistd.h"