Browse Source

declare local prototype since we cant use system malloc.h

Mike Frysinger 18 years ago
parent
commit
cdbdcae49d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/stdlib/malloc/memalign.c

+ 1 - 0
libc/stdlib/malloc/memalign.c

@@ -30,6 +30,7 @@
     \____ INIT ____/ \______ RETURNED _______/ \____ END ___/
 */
 
+void *memalign (size_t alignment, size_t size);
 void *
 memalign (size_t alignment, size_t size)
 {