fix formatting for vxworks commits

This commit is contained in:
lchristina26
2015-09-29 12:22:03 -06:00
parent 3c2712da31
commit 7c9490844a
2 changed files with 8 additions and 8 deletions

View File

@ -79,9 +79,9 @@
#include <sys/socket.h>
#elif defined(WOLFSSL_IAR_ARM)
/* nothing */
#elif defined(WOLFSSL_VXWORKS)
#include <sockLib.h>
#include <errno.h>
#elif defined(WOLFSSL_VXWORKS)
#include <sockLib.h>
#include <errno.h>
#else
#include <sys/types.h>
#include <errno.h>

View File

@ -111,11 +111,11 @@
#ifdef _MSC_VER
#define INLINE __inline
#elif defined(__GNUC__)
#ifdef WOLFSSL_VXWORKS
#define INLINE __inline__
#else
#define INLINE inline
#endif
#ifdef WOLFSSL_VXWORKS
#define INLINE __inline__
#else
#define INLINE inline
#endif
#elif defined(__IAR_SYSTEMS_ICC__)
#define INLINE inline
#elif defined(THREADX)