commit | 24f97eb27bc131801ed9d0d2b367d4164424ac77 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon May 20 12:58:13 2019 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon May 20 12:58:13 2019 -0700 |
tree | d29644f8a9f2f26955130172c416f58e91b87fa5 | |
parent | 72aafad9506d65c8c0f957cae4b664402cc0e8ab [diff] [blame] |
Update to kernel headers to v5.1.3. Test: Builds and boots taimen. Test: Ran bionic unit tests. Change-Id: Ieaca8709d568f075df8cac60c9da2c0ed1916963
diff --git a/libc/include/sys/mman.h b/libc/include/sys/mman.h index 4073fbf..89d6d07 100644 --- a/libc/include/sys/mman.h +++ b/libc/include/sys/mman.h
@@ -31,7 +31,7 @@ #include <sys/cdefs.h> #include <sys/types.h> -#include <asm/mman.h> +#include <linux/mman.h> __BEGIN_DECLS