summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-17 18:51:52 +0000
committerMiles Bader <miles@gnu.org>1997-02-17 18:51:52 +0000
commit34b7799ea6445cbf76e6a02f7b26489b7d2abeaf (patch)
treeed7992ee626fc5ba747530d5ea8d80dd480d752f /libshouldbeinlibc
parent929d4e268d208023e13505e4347316541929ba45 (diff)
(__getopt_long, __getopt_long_only, __optind, __optarg, __opterr, __optopt):
Macros removed.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/argp-namefrob.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libshouldbeinlibc/argp-namefrob.h b/libshouldbeinlibc/argp-namefrob.h
index caf7cf63..983ae9fc 100644
--- a/libshouldbeinlibc/argp-namefrob.h
+++ b/libshouldbeinlibc/argp-namefrob.h
@@ -78,18 +78,6 @@
#define __argp_fmtstream_wmargin argp_fmtstream_wmargin
/* normal libc functions we call */
-#undef __getopt_long
-#define __getopt_long getopt_long
-#undef __getopt_long_only
-#define __getopt_long_only getopt_long_only
-#undef __optarg
-#define __optarg optarg
-#undef __opterr
-#define __opterr opterr
-#undef __optind
-#define __optind optind
-#undef __optopt
-#define __optopt optopt
#undef __sleep
#define __sleep sleep
#undef __strcasecmp