diff options
author | Jim Meyering <jim@meyering.net> | 1995-10-01 19:02:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-10-01 19:02:29 +0000 |
commit | 40c69661376ebbb0c87f1a0ae86971da7bc53891 (patch) | |
tree | 78933533ed4a7980a30b470e4ce3c500b309b72c | |
parent | 4de6eab547881a9e3c2931dfe282eb963ce4eb0c (diff) | |
download | coreutils-40c69661376ebbb0c87f1a0ae86971da7bc53891.tar.xz |
(SOURCES): Add strtoul.
-rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index bcf342fec..83808f5cb 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -38,7 +38,7 @@ modechange.c mountlist.c obstack.c safe-read.c savedir.c \ stripslash.c xgetcwd.c xmalloc.c xstrdup.c userspec.c yesno.c \ fileblocks.c fnmatch.c ftruncate.c mkdir.c mktime.c rename.c rmdir.c \ save-cwd.c stpcpy.c \ -strdup.c strstr.c strtol.c alloca.c long-options.c \ +strdup.c strstr.c strtol.c strtoul.c alloca.c long-options.c \ memcmp.c memcpy.c memset.c xstrtol.c xstrtoul.c OBJECTS = getdate.o posixtm.o \ |