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

@ -79,7 +79,6 @@ int setvbuf(FILE *, char *, int, size_t) libcesque;
int pclose(FILE *) libcesque;
char *ctermid(char *) libcesque;
void perror(const char *) libcesque relegated;
size_t confstr(int, char *, size_t) libcesque;
typedef uint64_t fpos_t;
char *gets(char *) libcesque paramsnonnull();