mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix mktemp(3) prototype visibility in <stdlib.h>.
This commit is contained in:
parent
da87b6f0aa
commit
05b0713bfa
1 changed files with 0 additions and 2 deletions
|
@ -103,9 +103,7 @@ int mblen(const char*, size_t);
|
||||||
size_t mbstowcs(wchar_t* __restrict, const char* __restrict, size_t);
|
size_t mbstowcs(wchar_t* __restrict, const char* __restrict, size_t);
|
||||||
int mbtowc(wchar_t *__restrict, const char* __restrict, size_t);
|
int mbtowc(wchar_t *__restrict, const char* __restrict, size_t);
|
||||||
int mkstemp(char*);
|
int mkstemp(char*);
|
||||||
#if !defined(_SORTIX_SOURCE)
|
|
||||||
char* mktemp(char* templ);
|
char* mktemp(char* templ);
|
||||||
#endif
|
|
||||||
int on_exit(void (*function)(int, void*), void* arg);
|
int on_exit(void (*function)(int, void*), void* arg);
|
||||||
void qsort(void*, size_t, size_t, int (*)(const void*, const void*));
|
void qsort(void*, size_t, size_t, int (*)(const void*, const void*));
|
||||||
int rand(void);
|
int rand(void);
|
||||||
|
|
Loading…
Add table
Reference in a new issue