From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Hrubis Date: Thu, 25 Jun 2020 15:23:52 +0200 Subject: [LTP] [PATCH V2 1/2] libs: Import vdso parsing lib from kernel tree In-Reply-To: <0f1cc05d6d79238ed94b93417f300e9a026a2063.1591864369.git.viresh.kumar@linaro.org> References: <0f1cc05d6d79238ed94b93417f300e9a026a2063.1591864369.git.viresh.kumar@linaro.org> Message-ID: <20200625132352.GA28350@yuki.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi! Pushed with minor changes, thanks. * Moved the comment about the function usage to the header * Fixed some compiler warnings -- Cyril Hrubis chrubis@suse.cz