X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=shell.h;h=8b6a4fc592ccef331187ef8a117aa0dccd9085f3;hb=f1be666c7d78939ad775078d290bec2758fa29a2;hp=ec086885ef57f1ba651716c8460dfe8d1b85ae04;hpb=0628567a28f3510f506ae46cb9b24b73a6d2dc5d;p=platform%2Fupstream%2Fbash.git diff --git a/shell.h b/shell.h index ec08688..8b6a4fc 100644 --- a/shell.h +++ b/shell.h @@ -89,6 +89,7 @@ extern int debugging_mode; extern int executing, login_shell; extern int interactive, interactive_shell; extern int startup_state; +extern int shell_compatibility_level; /* Structure to pass around that holds a bitmap of file descriptors to close, and the size of that structure. Used in execute_cmd.c. */