diff options
Diffstat (limited to 'lib/config-vxworks.h')
-rw-r--r-- | lib/config-vxworks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 2d386aff0..3ad36d233 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -847,6 +847,9 @@ /* The size of `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 8 +/* The size of `short', as computed by sizeof. */ +#define SIZEOF_SHORT 2 + /* The size of `size_t', as computed by sizeof. */ #define SIZEOF_SIZE_T 4 |