From 2f4dfe0c5524748cdee04d946b55f6a1a7be2aa5 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sun, 23 Mar 2014 18:08:48 -0400 Subject: [PATCH] remove [64] cleanup TODO --- Documentation/TODO | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Documentation/TODO b/Documentation/TODO index 4d77c40..707c3a5 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -136,12 +136,6 @@ maps.c improvements: * When we fuzz execve, do an extra fork, sleep for 3 seconds, kill the execve'd pid, and then exit. * Further syscall annotation improvements - - There are a few syscalls with duplicate '64' variants. - They take the same arguments, and vary only in name. - Two possibilities. - 1. what I did for fcntl[64] in 22b4b44ececaf59f9178f52788e3bcfe92535574 - 2. leave the dupes, just for the sake of getting the ->name right. - - Finish annotating syscall return types * structured logging. -- 2.11.4.GIT