From dbc92dc6cbb8f5faefbf2d9ff5ec578b1809310e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 6 Sep 2005 01:18:13 +0000 Subject: * configure.in: Compile source test file with -fPIC for -shared. 2005-09-05 Kaz Kojima * sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_mutex_lock_wait): Fix typo in register name. --- stdio-common/tst-put-error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common') diff --git a/stdio-common/tst-put-error.c b/stdio-common/tst-put-error.c index a93008c..115dbd5 100644 --- a/stdio-common/tst-put-error.c +++ b/stdio-common/tst-put-error.c @@ -17,7 +17,7 @@ do_test (void) error (EXIT_FAILURE, errno, "fdopen"); setlinebuf (fp); close (fd); - unlink ("aaa"); + unlink (tmpl); int n = fprintf (fp, "hello world\n"); printf ("fprintf = %d\n", n); if (n >= 0) -- cgit v1.1