~ubuntu-branches/ubuntu/raring/gnutls26/raring

« back to all changes in this revision

Viewing changes to gl/errno.in.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

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