genode/repos/libports/src/lib/gcov/libc/unistd.h
2018-11-29 11:46:01 +01:00

21 lines
354 B
C

/*
* \brief Minimal C library for libgcov
* \author Christian Prochaska
* \date 2018-11-16
*
*/
/*
* Copyright (C) 2018 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#ifndef UNISTD_H
#define UNISTD_H
#define F_OK 0
#endif