Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: Remove unnecessary declarations from Documentation/accounting/getdelays.c

stime and utime are declared __u64 but are never used. On a glibc system
this is harmless lint, but on a uClibc system, because of the difference
in they way header files stack, including stdio.h brings in time.h and
this causes a name collision with stime. Since these are useless anyhow,
we remove them.

Signed-off-by: Anthony G. Basile <basile@opensource.dyc.edu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Anthony G. Basile and committed by
Jiri Kosina
801b295e b3834be5

-1
-1
Documentation/accounting/getdelays.c
··· 51 51 int print_delays; 52 52 int print_io_accounting; 53 53 int print_task_context_switch_counts; 54 - __u64 stime, utime; 55 54 56 55 #define PRINTF(fmt, arg...) { \ 57 56 if (dbg) { \