summaryrefslogtreecommitdiffstats
path: root/include/exec_shell.h
blob: 04aa089cc9a6c0c2c9b6aacc813e5e88066c30cf (plain)
1
2
3
4
5
6
#ifndef UTIL_LINUX_EXEC_SHELL_H
#define UTIL_LINUX_EXEC_SHELL_H

extern void exec_shell(void) __attribute__((__noreturn__));

#endif /* UTIL_LINUX_EXEC_SHELL_H */