X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fforkpty.c;h=6c86a1fe9f1bd18f68c1b4aa139abeb3944a8bba;hb=beae0bdcf7fe30f2415c16f6b8c1368d469e519c;hp=942aa5477aaa975335f3cb04b6b42506d9eb4a5a;hpb=eb8d73f9107decfddc7de65c4d3ba55b85850b8e;p=gnulib.git diff --git a/lib/forkpty.c b/lib/forkpty.c index 942aa5477..6c86a1fe9 100644 --- a/lib/forkpty.c +++ b/lib/forkpty.c @@ -1,5 +1,5 @@ /* Fork a child process attached to the slave of a pseudo-terminal. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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 @@ -21,7 +21,7 @@ #if HAVE_FORKPTY -/* Provider a wrapper with the precise POSIX prototype. */ +/* Provide a wrapper with the prototype of glibc-2.8 and newer. */ # undef forkpty int rpl_forkpty (int *amaster, char *name, struct termios const *termp,