mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 515492: Put back the last line because I'm too clever by half. a=mfbt
This commit is contained in:
parent
3f9ef38ff1
commit
23be178828
@ -86,6 +86,7 @@
|
||||
#define strdup(a) je_strdup(a)
|
||||
#define strndup(a, b) je_strndup(a, b)
|
||||
#define posix_memalign(a, b, c) je_posix_memalign(a, b, c)
|
||||
#define malloc_usable_size(a) je_malloc_usable_size(a)
|
||||
#endif
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user