lib: c: implement munmap()
This commit is contained in:
@@ -41,5 +41,6 @@ extern void *mmap(
|
||||
int flags,
|
||||
int fd,
|
||||
off_t offset);
|
||||
extern int munmap(void *addr, size_t length);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user