1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* configure.in: Compile source test file with -fPIC for -shared.

2005-09-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_mutex_lock_wait):
	Fix typo in register name.
This commit is contained in:
Ulrich Drepper
2005-09-06 01:18:13 +00:00
parent 45541bdf5c
commit dbc92dc6cb
6 changed files with 35 additions and 28 deletions

View File

@ -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)