Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / builtins / umask.def
index 289a0f5..d9aa041 100644 (file)
@@ -61,10 +61,6 @@ $END
 #include "common.h"
 #include "bashgetopt.h"
 
-#ifdef __LCC__
-#define mode_t int
-#endif
-
 /* **************************************************************** */
 /*                                                                  */
 /*                     UMASK Builtin and Helpers                    */