am dc9b54c1: am f945732e: Merge "Fix a TODO; we\'ve had SOCK_CLOEXEC for a while now."

* commit 'dc9b54c11c3b20fe5d1dc5c591ff058788e7b376':
  Fix a TODO; we've had SOCK_CLOEXEC for a while now.
This commit is contained in:
Elliott Hughes 2013-11-06 17:21:35 -08:00 committed by Android Git Automerger
commit 07ddeb0901

View File

@ -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.