summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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