We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b099760 commit 0a083a3Copy full SHA for 0a083a3
1 file changed
src/logging.c
@@ -20,7 +20,8 @@ void fprint_int(int fd, int num) {
20
sys_write(fd, int_str, len);
21
}
22
23
-// For troubleshooting purposes: output contents of /proc/self/cmdline to the log file
+// For troubleshooting purposes: output contents of /proc/self/cmdline to the
24
+// log file
25
void _output_cmdline() {
26
char buf[1024];
27
int cmdline_fd = sys_open("/proc/self/cmdline", O_RDONLY, 0);
0 commit comments