genode/repos/libports/src/test/libc_resolv/main.cc

12 lines
236 B
C++
Raw Normal View History

/*
2013-01-10 20:44:47 +00:00
* Copyright (C) 2012-2013 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
int main(int argc, char **argv)
{
return 0;
}