summaryrefslogtreecommitdiff
path: root/gmon
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-04-13 21:28:18 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-04-13 21:28:18 +0200
commita12ae89f860229cbe5ba91f1f9cf17cc5a9ede31 (patch)
tree3b22b435b0081a1f52f68db25d66b253d0b71337 /gmon
parent44500cbb25bc6e76723304b9ff39f875c04309f9 (diff)
Assume that O_NOFOLLOW is always defined
Diffstat (limited to 'gmon')
-rw-r--r--gmon/gmon.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c
index e9988c06c4..f394a7870e 100644
--- a/gmon/gmon.c
+++ b/gmon/gmon.c
@@ -336,10 +336,6 @@ write_gmon (void)
int fd = -1;
char *env;
-#ifndef O_NOFOLLOW
-# define O_NOFOLLOW 0
-#endif
-
env = getenv ("GMON_OUT_PREFIX");
if (env != NULL && !__libc_enable_secure)
{