/[groff]/groff/src/include/nonposix.h
ViewVC logotype

Diff of /groff/src/include/nonposix.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by wl, Sat Apr 2 12:49:11 2005 UTC revision 1.20 by wl, Mon May 2 11:12:05 2005 UTC
# Line 65  Foundation, 59 Temple Place - Suite 330, Line 65  Foundation, 59 Temple Place - Suite 330,
65  #  define dup2(f1,f2)   _dup2(f1,f2)  #  define dup2(f1,f2)   _dup2(f1,f2)
66  #  define close(f)      _close(f)  #  define close(f)      _close(f)
67  #  define isatty(f)     _isatty(f)  #  define isatty(f)     _isatty(f)
68    #  define access(p,m)   _access(p,m)
69  # endif  # endif
70  # define SET_BINARY(f)  do {if (!isatty(f)) setmode(f,O_BINARY);} while(0)  # define SET_BINARY(f)  do {if (!isatty(f)) setmode(f,O_BINARY);} while(0)
71  # define FOPEN_RB       "rb"  # define FOPEN_RB       "rb"

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26