mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48:29 +00:00
Remove warnings from amalgamation header
This commit is contained in:
parent
283fd9e590
commit
fcbf64b906
4 changed files with 5 additions and 8 deletions
|
@ -23,7 +23,7 @@ void *valloc(size_t) attributeallocsize((1)) vallocesque;
|
|||
void *pvalloc(size_t) vallocesque;
|
||||
char *strdup(const char *) paramsnonnull() mallocesque;
|
||||
char *strndup(const char *, size_t) paramsnonnull() mallocesque;
|
||||
void *aligned_alloc(size_t, size_t) attributeallocsize((1))
|
||||
void *aligned_alloc(size_t, size_t) attributeallocalign((1))
|
||||
attributeallocsize((2)) returnspointerwithnoaliases libcesque dontdiscard;
|
||||
int posix_memalign(void **, size_t, size_t);
|
||||
bool __grow(void *, size_t *, size_t, size_t) paramsnonnull((1, 2)) libcesque;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue