~ubuntu-branches/ubuntu/precise/gnutls28/precise

« back to all changes in this revision

Viewing changes to gl/unistd.in.h

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-09-20 19:37:06 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20110920193706-a9phjijvddzg3nkl
Tags: 3.0.3-1
* New upstream version. (Includes a fix for #640639)
* Bump shlibs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
/* mingw declares getcwd in <io.h>, not in <unistd.h>.  */
86
86
#if ((@GNULIB_GETCWD@ || defined GNULIB_POSIXCHECK) \
87
87
     && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__))
88
 
# include <io.h>
 
88
# include <io.h>     /* mingw32, mingw64 */
 
89
# include <direct.h> /* mingw64 */
89
90
#endif
90
91
 
91
92
/* AIX and OSF/1 5.1 declare getdomainname in <netdb.h>, not in <unistd.h>.