~ubuntu-branches/ubuntu/natty/hello-debhelper/natty

« back to all changes in this revision

Viewing changes to gnulib/lib/errno.in.h

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2010-02-14 18:41:54 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100214184154-ofmlsf2ddrgb1etg
Tags: 2.5-1
* New upstream release.
* Added homepage field to control file.
* Added cross-compilation support, using the new dh_auto_* commands
  from debhelper 7. Thanks a lot to Colin Watson. Closes: #550328.
* Standards-Version: 3.8.4 (no special changes for this).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* A POSIX-like <errno.h>.
2
2
 
3
 
   Copyright (C) 2008 Free Software Foundation, Inc.
 
3
   Copyright (C) 2008-2010 Free Software Foundation, Inc.
4
4
 
5
5
   This program is free software; you can redistribute it and/or modify
6
6
   it under the terms of the GNU General Public License as published by
145
145
#  define GNULIB_defined_ENOTSUP 1
146
146
# endif
147
147
 
 
148
# ifndef ESTALE
 
149
#  define ESTALE    2009
 
150
#  define GNULIB_defined_ESTALE 1
 
151
# endif
 
152
 
148
153
# ifndef ECANCELED
149
154
#  define ECANCELED 2008
150
155
#  define GNULIB_defined_ECANCELED 1