mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 06:18:42 +08:00
2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/include/rtems/seterr.h: Include <errno.h>.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* score/include/rtems/seterr.h: Include <errno.h>.
|
||||
|
||||
2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libcsupport/include/rtems/libio.h: Changed
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
#ifndef _RTEMS_SETERR_H
|
||||
#define _RTEMS_SETERR_H
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
/**
|
||||
* This is a helper macro which will set the variable errno and return
|
||||
* -1 to the caller. This pattern is common to many POSIX methods.
|
||||
|
||||
Reference in New Issue
Block a user