X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fmmap.h;h=71de819fa458a7c7954ba2f0294b043b3307e855;hb=873fb352fcad4cf9ff8380d3bcda9242742acb3f;hp=bff766c4ac8cd3f0a7472a527e929af1714a14f2;hpb=bfa09149d4466ad09d000a80a0296bcb0fda6b82;p=fw%2Fstlink diff --git a/src/mmap.h b/src/mmap.h index bff766c..71de819 100644 --- a/src/mmap.h +++ b/src/mmap.h @@ -19,8 +19,8 @@ extern "C" { #endif -void *mmap(void *addr, size_t len, int prot, int flags, int fd, long long offset); -int munmap(void *addr, size_t len); + void *mmap(void *addr, size_t len, int prot, int flags, int fd, long long offset); + int munmap(void *addr, size_t len); #ifdef __cplusplus }