* score/include/rtems/seterr.h: Include <errno.h>.
This commit is contained in:
Sebastian Huber
2010-07-15 07:40:28 +00:00
parent 1e01385ff0
commit 0266c0e859
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -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
+2
View File
@@ -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.