summaryrefslogtreecommitdiffstats
path: root/libc/upstream-netbsd
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-11-06 17:04:56 -0800
committerElliott Hughes <enh@google.com>2013-11-06 17:04:56 -0800
commit9be07fa527f61f4ca4be9f6380fa004ac588ccda (patch)
tree7f00a1641d2c8bce3f7f6205f4112dc7c3a8d4fb /libc/upstream-netbsd
parent9e63e03d34fc0b4d87cff047a4bc55f8ebc5e12a (diff)
downloadbionic-9be07fa527f61f4ca4be9f6380fa004ac588ccda.zip
bionic-9be07fa527f61f4ca4be9f6380fa004ac588ccda.tar.gz
bionic-9be07fa527f61f4ca4be9f6380fa004ac588ccda.tar.bz2
Fix a TODO; we've had SOCK_CLOEXEC for a while now.
Change-Id: I4bc39b57f3c33441ead74127f576bf5a4e311566
Diffstat (limited to 'libc/upstream-netbsd')
-rw-r--r--libc/upstream-netbsd/netbsd-compat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/upstream-netbsd/netbsd-compat.h b/libc/upstream-netbsd/netbsd-compat.h
index e33885e..f830f38 100644
--- a/libc/upstream-netbsd/netbsd-compat.h
+++ b/libc/upstream-netbsd/netbsd-compat.h
@@ -24,9 +24,6 @@
// TODO: update our <sys/cdefs.h> to support this properly.
#define __type_fit(t, a) (0 == 0)
-// TODO: our 2.6 emulator kernels don't support SOCK_CLOEXEC yet, so we have to do without.
-#define SOCK_CLOEXEC 0
-
#define _GNU_SOURCE
// TODO: we don't yet have thread-safe environment variables.