summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-zlib.c
blob: e111fff6240e06948c909790655f5da21a0de9c9 (plain)
1
2
3
4
5
6
7
8
9
#include <zlib.h>

int main(void)
{
	z_stream zs;

	inflateInit(&zs);
	return 0;
}
02759a869329'>pstore: don't OOPS when there are no ftrace zonesBrian Norris1-1/+1 2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins1-1/+2 2017-02-03fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2-0/+8 2017-02-02Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-75/+50 2017-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-2/+36