notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f3b70a
)
nit
author
aliaspider
<aliaspider@gmail.com>
Thu, 1 Oct 2015 02:42:26 +0000
(
03:42
+0100)
committer
aliaspider
<aliaspider@gmail.com>
Thu, 1 Oct 2015 02:42:26 +0000
(
03:42
+0100)
frontend/3ds/sys/mman.h
patch
|
blob
|
blame
|
history
diff --git
a/frontend/3ds/sys/mman.h
b/frontend/3ds/sys/mman.h
index
2a82e32
..
fae1624
100644
(file)
--- a/
frontend/3ds/sys/mman.h
+++ b/
frontend/3ds/sys/mman.h
@@
-56,7
+56,6
@@
static inline int munmap(void *addr, size_t len)
{
free(addr);
return 0;
-
}
#ifdef __cplusplus