From: Martin Str|mberg Message-Id: <200103311257.OAA10692@mother.ludd.luth.se> Subject: __has_fd_properties()? To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Sat, 31 Mar 2001 14:57:27 +0200 (MEST) X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com While coding my append bug fix some questions have come up. It seems __has_fd_properties() is a function that have the same intended visibily and intended usage as __set_fd_properties(), __clear_fd_properties() and __dup_fd_properties(). There ought to be a texinfo page for __has_fd_properties(). Is the same true for __set_fd_flags() and __clear_fd_flags()? If so they ought to have a texinfo page also. I'm not sure about these two as their names do not follow the __*_fd_properties pattern. Right, MartinS