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:
@ -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)
|
||||
|
Reference in New Issue
Block a user