Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 32429 | Differences between
and this patch

Collapse All | Expand All

(-)coreutils-5.0.91/src/shred.c (-1 / +1 lines)
Lines 518-524 Link Here
518
#define ISAAC_SEED(s,x) isaac_seed_data (s, &(x), sizeof (x))
518
#define ISAAC_SEED(s,x) isaac_seed_data (s, &(x), sizeof (x))
519
519
520
520
521
#if __GNUC__ >= 2 && (__i386__ || __alpha__)
521
#if __GNUC__ >= 2 && (__i386__ || __alpha__) && !(__i486__)
522
/*
522
/*
523
 * Many processors have very-high-resolution timer registers,
523
 * Many processors have very-high-resolution timer registers,
524
 * The timer registers can be made inaccessible, so we have to deal with the
524
 * The timer registers can be made inaccessible, so we have to deal with the

Return to bug 32429