Get strace.com working beautifully

This commit is contained in:
Justine Tunney 2022-04-06 09:12:05 -07:00
parent 82f2e758c7
commit f59b5dbd7c
7 changed files with 544 additions and 474 deletions

View file

@ -56,8 +56,6 @@ typedef FILE DIR;
** Cleaned up and modified by James W. Birdsall.
*/
#define opendir(path) fopen(path, "r")
struct dirent *readdir(dirp)
DIR *dirp;
{