summaryrefslogtreecommitdiff
path: root/ext/posix/posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/posix.c')
-rw-r--r--ext/posix/posix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c
index 143913bcc8..0eba167dab 100644
--- a/ext/posix/posix.c
+++ b/ext/posix/posix.c
@@ -515,10 +515,6 @@ PHP_FUNCTION(posix_uname)
add_assoc_string(return_value, "release", u.release, 1);
add_assoc_string(return_value, "version", u.version, 1);
add_assoc_string(return_value, "machine", u.machine, 1);
-
-#ifdef _GNU_SOURCE
- add_assoc_string(return_value, "domainname", u.domainname, 1);
-#endif
}
/* }}} */