Dummies should rather return errors.
This commit is contained in:
parent
c00de08dec
commit
fa956117f7
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
*
|
*
|
||||||
* $Id: contiki-main.c,v 1.20 2008/07/06 07:28:42 oliverschmidt Exp $
|
* $Id: contiki-main.c,v 1.21 2008/07/06 07:32:20 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -62,7 +62,7 @@ PROCINIT(&etimer_process,
|
||||||
off_t __fastcall__
|
off_t __fastcall__
|
||||||
lseek(int, off_t, int)
|
lseek(int, off_t, int)
|
||||||
{
|
{
|
||||||
return 0;
|
return -1;
|
||||||
}
|
}
|
||||||
/*-----------------------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------------------*/
|
||||||
void * __fastcall__
|
void * __fastcall__
|
||||||
|
|
Loading…
Reference in a new issue