mirror of
https://github.com/eclipse/tinydtls.git
synced 2025-05-10 04:18:48 +08:00
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:
parent
bc548b7ce8
commit
f11270a00e
@ -1 +0,0 @@
|
||||
typedef int ssize_t;
|
@ -79,15 +79,6 @@
|
||||
#define SHA2_USE_INTTYPES_H 1
|
||||
#endif
|
||||
|
||||
/************************************************************************/
|
||||
/* Specific Contiki platforms */
|
||||
/************************************************************************/
|
||||
|
||||
|
||||
#ifdef CONTIKI_TARGET_SKY
|
||||
# include "platform-specific/config-sky.h"
|
||||
#endif /* CONTIKI_TARGET_SKY */
|
||||
|
||||
#endif /* CONTIKI */
|
||||
|
||||
#endif /* _PLATFORM_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user