diff options
Diffstat (limited to 'src/login.h')
| -rw-r--r-- | src/login.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login.h b/src/login.h index e335e7c..e7f2a82 100644 --- a/src/login.h +++ b/src/login.h @@ -56,7 +56,7 @@ void set_environ(struct passwd* entry, char preserve_env); * * @param entry The user entry in the password file */ -void exec_shell(struct passwd* entry); +void exec_shell(struct passwd* entry) __attribute__((noreturn)); #endif |
