[gnu.g++.lib.bug] getwd declaration in std.h incorrect

adam@UUNET.UU.NET (Adam de Boor) (04/22/89)

getwd is declared as taking a const char *. SunOS 3.5, at least, stores the
result into that buffer, so it should definitely not be const.

a