diff options
Diffstat (limited to 'arch/um/os-Linux/main.c')
| -rw-r--r-- | arch/um/os-Linux/main.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/os-Linux/main.c b/arch/um/os-Linux/main.c index f1fee2b91239..8014dfac644d 100644 --- a/arch/um/os-Linux/main.c +++ b/arch/um/os-Linux/main.c @@ -1,7 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0  /*   * Copyright (C) 2015 Thomas Meyer ([email protected])   * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) - * Licensed under the GPL   */  #include <stdio.h> @@ -170,7 +170,7 @@ int __init main(int argc, char **argv, char **envp)  	 * that they won't be delivered after the exec, when  	 * they are definitely not expected.  	 */ -	unblock_signals(); +	unblock_signals_trace();  	os_info("\n");  	/* Reboot */  |