This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

tests/ptrace-tests/tests reparent-zombie-clone.c


CVSROOT:	/cvs/systemtap
Module name:	tests
Changes by:	jkratoch@sourceware.org	2018-05-20 19:55:17

Modified files:
	ptrace-tests/tests: reparent-zombie-clone.c 

Log message:
	Fix compilation warning: gcc-8.1.1-1.fc28.x86_64
	reparent-zombie-clone.c:103:29: error: passing argument 1 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict]
	err = pthread_create (&th, NULL, &child_thread, &th);
	^~~                       ~~~

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/tests/ptrace-tests/tests/reparent-zombie-clone.c.diff?cvsroot=systemtap&r1=1.6&r2=1.7


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]