summaryrefslogtreecommitdiff
path: root/libc/crypt
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-10-25 20:09:53 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-10-25 20:09:53 +0000
commitdb0fbac046813774566dfc025932d4e8c0a35640 (patch)
treee61dd4507ebbd7f8c847245afb0b21c2a084c3cc /libc/crypt
parentd9732ccbecc3dd820e2f6496e792f5e839208312 (diff)
downloadeglibc2-db0fbac046813774566dfc025932d4e8c0a35640.tar.gz
* aclocal.m4, configure.in, crypt/sha512c-test.c, string/Makefile,
sysdeps/unix/sysv/linux/i386/sysdep.h, timezone/Makefile: Revert unnecessary differences from glibc. * configure: Regenerated. git-svn-id: svn://svn.eglibc.org/trunk@21355 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/crypt')
-rw-r--r--libc/crypt/sha512c-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/crypt/sha512c-test.c b/libc/crypt/sha512c-test.c
index 75afc67e6..060e935c3 100644
--- a/libc/crypt/sha512c-test.c
+++ b/libc/crypt/sha512c-test.c
@@ -60,5 +60,4 @@ do_test (void)
#define TIMEOUT 32
#define TEST_FUNCTION do_test ()
-#define TIMEOUT 4
#include "../test-skeleton.c"