diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-04-13 21:28:18 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-04-13 21:28:18 +0200 |
commit | a12ae89f860229cbe5ba91f1f9cf17cc5a9ede31 (patch) | |
tree | 3b22b435b0081a1f52f68db25d66b253d0b71337 /gmon | |
parent | 44500cbb25bc6e76723304b9ff39f875c04309f9 (diff) | |
download | glibc-a12ae89f860229cbe5ba91f1f9cf17cc5a9ede31.tar.gz |
Assume that O_NOFOLLOW is always defined
Diffstat (limited to 'gmon')
-rw-r--r-- | gmon/gmon.c | 4 |
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) { |