diff options
author | 2002-12-03 20:27:17 +0000 | |
---|---|---|
committer | 2002-12-03 20:27:17 +0000 | |
commit | 59833c078c98fefa99b2d49b4fda5f8d8a7532e5 (patch) | |
tree | 93d01b64c9669eded40d120834e369c46d17f9dc /lib/libc/stdlib | |
parent | GNU-like getopt_long() from NetBSD with changes by me to support (diff) | |
download | wireguard-openbsd-59833c078c98fefa99b2d49b4fda5f8d8a7532e5.tar.xz wireguard-openbsd-59833c078c98fefa99b2d49b4fda5f8d8a7532e5.zip |
fix typo
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 8f16135e998..98c13c8c8e6 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -5,7 +5,7 @@ SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ calloc.c cfree.c exit.c ecvt.c gcvt.c getenv.c getopt.c getopt_long.c \ - getsubopt.c heapsort.c l64a.c malloc.c merge.c multibyte.c putenv.c = + getsubopt.c heapsort.c l64a.c malloc.c merge.c multibyte.c putenv.c \ qsort.c radixsort.c rand.c random.c realpath.c setenv.c strtod.c \ strtol.c strtoll.c strtoul.c strtoull.c system.c tfind.c tsearch.c \ _rand48.c drand48.c erand48.c jrand48.c lcong48.c lrand48.c \ |