Re: [PATCH 1/2] Don't use F_SETFL in gdbreplay
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
Simon> LGTM, but also it looks like you could drop: Simon> #if HAVE_FCNTL_H Simon> #include <fcntl.h> Simon> #endif I did this. Tom