(WIP) Additional test script changes

This commit is contained in:
Joseph Henry 2015-12-04 15:39:35 -08:00
commit 7ea53dd21b
47 changed files with 558 additions and 1125 deletions

View file

@ -980,7 +980,7 @@ int poll(POLL_SIG)
/* int fd */
int close(CLOSE_SIG)
{
//checkpid(); // Required for httpd-2.4.17-3.x86_64 -- After clone, some symbols aren't initialized yet */
checkpid(); // Required for httpd-2.4.17-3.x86_64 -- After clone, some symbols aren't initialized yet */
if(realclose == NULL){
dwr(MSG_ERROR, "close(): SYMBOL NOT FOUND.\n");
return -1;