Skip to content

Commit

Permalink
core: mem/dl_malloc - fix preprocessor branch comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Jul 3, 2017
1 parent ff2e0d9 commit 72dc534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mem/dl_malloc.c
Expand Up @@ -1192,7 +1192,7 @@ int mspace_mallopt(int, int);
extern void* sbrk(ptrdiff_t);
#endif /* FreeBSD etc */
#endif /* LACKS_UNISTD_H */
#endif /* HAVE_MMAP */
#endif /* HAVE_MORECORE */

#ifndef WIN32
#ifndef malloc_getpagesize
Expand Down

0 comments on commit 72dc534

Please sign in to comment.