~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/errno.in.h

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

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-2012 Free Software Foundation, Inc.
 
3
   Copyright (C) 2008-2013 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
270
270
#  define GNULIB_defined_ENOTRECOVERABLE 1
271
271
# endif
272
272
 
 
273
# ifndef EILSEQ
 
274
#  define EILSEQ 2015
 
275
#  define GNULIB_defined_EILSEQ 1
 
276
# endif
 
277
 
273
278
#endif /* _@GUARD_PREFIX@_ERRNO_H */
274
279
#endif /* _@GUARD_PREFIX@_ERRNO_H */