contiki/sky: remove useless 'ssize_t' definition

config-sky only defines ssize_t which is unused.

There is no more platform-specific headers, so remove the comment.

Change-Id: I6aea9f21fe1cb4109cfa7d2f6d8b42dcbc3b85b7
Signed-off-by: Gaëtan Harter <gaetan.harter@inria.fr>
This commit is contained in:
Gaëtan Harter 2016-12-09 15:28:23 +01:00 committed by Olaf Bergmann
parent bc548b7ce8
commit f11270a00e
2 changed files with 0 additions and 10 deletions

View File

@ -1 +0,0 @@
typedef int ssize_t;

View File

@ -79,15 +79,6 @@
#define SHA2_USE_INTTYPES_H 1 #define SHA2_USE_INTTYPES_H 1
#endif #endif
/************************************************************************/
/* Specific Contiki platforms */
/************************************************************************/
#ifdef CONTIKI_TARGET_SKY
# include "platform-specific/config-sky.h"
#endif /* CONTIKI_TARGET_SKY */
#endif /* CONTIKI */ #endif /* CONTIKI */
#endif /* _PLATFORM_H_ */ #endif /* _PLATFORM_H_ */