X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fopenat-proc.c;h=4e1d34198529865caa84bf2596cad9779acfe70b;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=b7bf4eabf744f40ae289b91c29ff5b20056c3202;hpb=4aa85f09e755fc827cd5ab6225f20c83cd42245d;p=debian%2Ftar diff --git a/gnu/openat-proc.c b/gnu/openat-proc.c index b7bf4eab..4e1d3419 100644 --- a/gnu/openat-proc.c +++ b/gnu/openat-proc.c @@ -1,8 +1,6 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Create /proc/self/fd-related names for subfiles of open directories. - Copyright (C) 2006, 2009-2014 Free Software Foundation, Inc. + Copyright (C) 2006, 2009-2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,14 +32,6 @@ #include "intprops.h" -/* The results of open() in this file are not used with fchdir, - and we do not leak fds to any single-threaded code that could use stdio, - therefore save some unnecessary work in fchdir.c. - FIXME - if the kernel ever adds support for multi-thread safety for - avoiding standard fds, then we should use open_safer. */ -#undef open -#undef close - #define PROC_SELF_FD_FORMAT "/proc/self/fd/%d/%s" #define PROC_SELF_FD_NAME_SIZE_BOUND(len) \