diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-03-14 19:28:13 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-14 19:28:13 +0000 |
commit | 6b233bd39e8cff7be303a5a82eb0cbb06c0573bc (patch) | |
tree | a57f2036bd9eb580df0e0ebf8d7bb7c197bf0d9b | |
parent | 302309921a8cde83eb19a7c25b7ee43932b91a05 (diff) | |
download | libguestfs-6b233bd39e8cff7be303a5a82eb0cbb06c0573bc.tar.gz libguestfs-6b233bd39e8cff7be303a5a82eb0cbb06c0573bc.tar.xz libguestfs-6b233bd39e8cff7be303a5a82eb0cbb06c0573bc.zip |
todo: More ongoing code cleanups.
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -609,5 +609,5 @@ opened with O_CLOEXEC. Therefore we need to examine every call to: - pipe (see also: pipe2) - dup, dup2 (see also: dup3) - socket, socketpair - - accept + - accept (see also: accept4) - signalfd, timerfd, epoll_create |