diff options
Diffstat (limited to 'coreutils/touch.c')
-rw-r--r-- | coreutils/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/touch.c b/coreutils/touch.c index 76c05d8c8..e1af7d0dc 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c | |||
@@ -32,7 +32,7 @@ int touch_main(int argc, char **argv) | |||
32 | int flags; | 32 | int flags; |
33 | int status = EXIT_SUCCESS; | 33 | int status = EXIT_SUCCESS; |
34 | 34 | ||
35 | flags = bb_getopt_ulflags(argc, argv, "c"); | 35 | flags = getopt32(argc, argv, "c"); |
36 | 36 | ||
37 | argv += optind; | 37 | argv += optind; |
38 | 38 | ||