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

« back to all changes in this revision

Viewing changes to libc/unistd/getopt.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:
121
121
#include <getopt.h>
122
122
#include "getopt_int.h"
123
123
 
124
 
/* Experimentally off - libc_hidden_proto(strchr) */
125
 
/* Experimentally off - libc_hidden_proto(strcmp) */
126
 
/* Experimentally off - libc_hidden_proto(strlen) */
127
 
/* Experimentally off - libc_hidden_proto(strncmp) */
128
 
libc_hidden_proto(getenv)
129
 
libc_hidden_proto(fprintf)
130
124
 
131
125
/* For communication from `getopt' to the caller.
132
126
   When `getopt' finds an option that takes an argument,