~ubuntu-branches/ubuntu/quantal/uclibc/quantal

« back to all changes in this revision

Viewing changes to libc/misc/error/err.c

  • Committer: Bazaar Package Importer
  • Author(s): Hector Oron
  • Date: 2011-06-11 03:06:20 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110611030620-ywjfvyuqvrpsm282
Tags: 0.9.32-1
* New upstream release
* Add myself as maintainer
* Bump standards version 
* Add Vcs-Git, Vcs-Browser and Homepage fields
* Add watch file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#if defined __USE_BSD
23
23
 
24
 
libc_hidden_proto(vwarn)
25
 
libc_hidden_proto(vwarnx)
26
 
libc_hidden_proto(verr)
27
 
libc_hidden_proto(verrx)
28
24
 
29
 
libc_hidden_proto(fprintf)
30
 
libc_hidden_proto(vfprintf)
31
 
libc_hidden_proto(__xpg_strerror_r)
32
 
libc_hidden_proto(exit)
33
 
libc_hidden_proto(vfprintf)
34
25
 
35
26
static void vwarn_work(const char *format, va_list args, int showerr)
36
27
{