Skip to content
Snippets Groups Projects
Commit 28d9eab4 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

cpu: atmega_common_ add off_t to sys/types.h

parent ab3345ac
No related branches found
No related tags found
No related merge requests found
/*
* Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2015 Kaspar Schleiser <kaspar@schleiser.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
......@@ -18,6 +19,7 @@ extern "C" {
typedef int16_t suseconds_t;
typedef signed int ssize_t;
typedef unsigned int off_t;
#ifdef __cplusplus
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment