Module Name: src Committed By: christos Date: Sat Apr 18 17:45:16 UTC 2020
Added Files: src/tests/lib/libc/sys: t_mprotect_helper.h Log Message: Oops, need the header too. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_mprotect_helper.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Added files: Index: src/tests/lib/libc/sys/t_mprotect_helper.h diff -u /dev/null src/tests/lib/libc/sys/t_mprotect_helper.h:1.1 --- /dev/null Sat Apr 18 13:45:16 2020 +++ src/tests/lib/libc/sys/t_mprotect_helper.h Sat Apr 18 13:45:16 2020 @@ -0,0 +1,3 @@ +int return_1(void); +int return_2(void); +int return_3(void);