Stefan Liebler c78b3f55d1 Fix build warnings in nptl/tst-eintr1.c
This patch fixes the gcc warnings seen with gcc 9.1 -O3 on s390x:
tst-eintr1.c: In function ‘tf1’:
tst-eintr1.c:46:1: error: no return statement in function returning non-void [-Werror=return-type]
   46 | }
      | ^
tst-eintr1.c: In function ‘do_test’:
tst-eintr1.c:57:17: error: unused variable ‘th’ [-Werror=unused-variable]
   57 |       pthread_t th = xpthread_create (NULL, tf1, NULL);
      |                 ^~

ChangeLog:

	* nptl/tst-eintr1.c (tf1): Add return statement.
	(do_test): Remove unused th variable.
2019-06-26 12:29:50 +02:00
..
2019-03-22 17:30:44 -03:00
2019-05-09 16:54:51 +01:00
2019-05-14 08:41:15 -03:00
2019-05-10 14:52:44 +02:00
2019-01-03 18:38:16 -02:00
2007-05-15 06:49:29 +00:00
2019-05-09 14:33:53 -03:00
2006-08-13 01:56:09 +00:00
2011-10-24 21:43:33 -04:00
2008-05-31 08:56:14 +00:00
2007-05-26 01:23:04 +00:00
2007-08-21 23:55:36 +00:00
2018-07-24 14:07:12 -03:00