]> Git Repo - linux.git/commitdiff
um: Remove the repeated declaration
authorShaokun Zhang <[email protected]>
Mon, 31 May 2021 03:17:07 +0000 (11:17 +0800)
committerRichard Weinberger <[email protected]>
Thu, 17 Jun 2021 20:11:52 +0000 (22:11 +0200)
Function 'os_flush_stdout' is declared twice, so remove the
repeated declaration.

Cc: Jeff Dike <[email protected]>
Cc: Richard Weinberger <[email protected]>
Signed-off-by: Shaokun Zhang <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
arch/um/include/shared/os.h

index 8e9e05d3b419ee2c62fc1fba6380f136c883523b..60b84edc8a688baaad78e7b3f058511491f637ae 100644 (file)
@@ -214,7 +214,6 @@ extern int os_protect_memory(void *addr, unsigned long len,
 extern int os_unmap_memory(void *addr, int len);
 extern int os_drop_memory(void *addr, int length);
 extern int can_drop_memory(void);
-extern void os_flush_stdout(void);
 extern int os_mincore(void *addr, unsigned long len);
 
 /* execvp.c */
This page took 0.057212 seconds and 4 git commands to generate.