1
1

Doh; forgot to add the OPAL_DECLSPEC to munmap().

This commit was SVN r20923.
Этот коммит содержится в:
Jeff Squyres 2009-04-01 18:09:25 +00:00
родитель 7aa431882c
Коммит bf17ce1d3f

Просмотреть файл

@ -47,7 +47,7 @@ int __munmap(void* addr, size_t len);
/* intercept munmap, as the user can give back memory that way as well. */
int
OPAL_DECLSPEC int
munmap(void* addr, size_t len)
{
return opal_mem_free_ptmalloc2_munmap(addr, len, 0);