![]() |
|
|||
0001 /* 0002 * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text. 0003 * Here we can supply some information useful to userland. 0004 */ 0005 0006 #include <linux/uts.h> 0007 #include <linux/version.h> 0008 #include <linux/elfnote.h> 0009 0010 ELFNOTE_START(Linux, 0, "a") 0011 .long LINUX_VERSION_CODE 0012 ELFNOTE_END
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |