diff options
Diffstat (limited to 'streams/stropts.h')
-rw-r--r-- | streams/stropts.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/streams/stropts.h b/streams/stropts.h index 16de4ba38d..ed0a2392c4 100644 --- a/streams/stropts.h +++ b/streams/stropts.h @@ -33,7 +33,10 @@ typedef __uid_t uid_t; #endif typedef __t_scalar_t t_scalar_t; +#ifndef __t_uscalar_t_defined typedef __t_uscalar_t t_uscalar_t; +# define __t_uscalar_t_defined +#endif /* Get system specific constants. */ #include <bits/stropts.h> |