提交 801b295e 编写于 作者: A Anthony G. Basile 提交者: Jiri Kosina

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: NAnthony G. Basile <basile@opensource.dyc.edu>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 b3834be5
......@@ -51,7 +51,6 @@ int dbg;
int print_delays;
int print_io_accounting;
int print_task_context_switch_counts;
__u64 stime, utime;
#define PRINTF(fmt, arg...) { \
if (dbg) { \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册