diff options
Diffstat (limited to 'sysdeps/stub/utimes.c')
-rw-r--r-- | sysdeps/stub/utimes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/stub/utimes.c b/sysdeps/stub/utimes.c index 5172b0714a..5afc3d7eb4 100644 --- a/sysdeps/stub/utimes.c +++ b/sysdeps/stub/utimes.c @@ -38,3 +38,5 @@ DEFUN(__utimes, (file, tvp), } weak_alias (__utimes, utimes) + +stub_warning (utimes) |