aboutsummaryrefslogtreecommitdiff
path: root/dpid/misc_new.c
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-01-13 15:21:46 +0100
committerSebastian Geerken <devnull@localhost>2013-01-13 15:21:46 +0100
commit5797bbb234071775fe6148a29c9224c04912c8c1 (patch)
tree4bd03596f875f886f7951e43526341b128c087c7 /dpid/misc_new.c
parent657daf90e9a24bfeb3c38aca2682b5f36d86dff3 (diff)
parent927887827f2a440f1f1b39e58d87b12154098d4a (diff)
Update with main repo.
Diffstat (limited to 'dpid/misc_new.c')
-rw-r--r--dpid/misc_new.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/dpid/misc_new.c b/dpid/misc_new.c
index 8c07a4eb..50867bc3 100644
--- a/dpid/misc_new.c
+++ b/dpid/misc_new.c
@@ -19,20 +19,6 @@
#include "dpid_common.h"
#include "misc_new.h" /* for function prototypes */
-
-/*
- * Close a FD handling EINTR.
- */
-int a_Misc_close_fd(int fd)
-{
- int st;
-
- do {
- st = close(fd);
- } while (st < 0 && errno == EINTR);
- return st;
-}
-
/*! Reads a dpi tag from a socket
* \li Continues after a signal interrupt
* \Return