~ubuntu-branches/ubuntu/breezy/uclibc/breezy

« back to all changes in this revision

Viewing changes to include/errno.h

  • Committer: Bazaar Package Importer
  • Author(s): David Schleef
  • Date: 2005-04-18 13:29:53 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050418132953-hzuzafmpkxuj0gvj
Tags: 0.9.27-1
* New upstream release.
* Acknowledge NMU (Closes: #268989) and fix the bug it caused
  (Closes: #284326)
* Add gross versioned dependency for gcc-3.3, and make sure we use
  gcc-3.3 in the gcc wrapper. (Closes: #304806)

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
extern int errno;
48
48
#endif
49
49
 
50
 
#if 0
51
 
#ifdef __USE_GNU
52
 
 
53
 
/* The full and simple forms of the name with which the program was
54
 
   invoked.  These variables are set up automatically at startup based on
55
 
   the value of ARGV[0] (this works only if you use GNU ld).  */
56
 
extern char *program_invocation_name, *program_invocation_short_name;
57
 
#endif /* __USE_GNU */
58
 
#endif
59
50
#endif /* _ERRNO_H */
60
51
 
61
52
__END_DECLS