diff options
| author | Patrick Mooney <pmooney@pfmooney.com> | 2022-09-19 14:36:50 +0000 |
|---|---|---|
| committer | Patrick Mooney <pmooney@oxide.computer> | 2022-10-03 17:05:12 +0000 |
| commit | b93865c3d90e9b0d73e338c9abb3293c35c571a8 (patch) | |
| tree | 87af203ef747dddd6d4bd431fcdbd6f024a5f4f8 /usr/src/lib/libc/common/sys | |
| parent | 3f6fd99d844f7d4b62e4e1ddb0c29a4c2f7eca15 (diff) | |
| download | illumos-joyent-b93865c3d90e9b0d73e338c9abb3293c35c571a8.tar.gz | |
14985 adjtime could be more const
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Approved by: Dan McDonald <danmcd@mnx.io>
Diffstat (limited to 'usr/src/lib/libc/common/sys')
| -rw-r--r-- | usr/src/lib/libc/common/sys/adjtime.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/common/sys/adjtime.s b/usr/src/lib/libc/common/sys/adjtime.s index a860d6738d..be16f641aa 100644 --- a/usr/src/lib/libc/common/sys/adjtime.s +++ b/usr/src/lib/libc/common/sys/adjtime.s @@ -30,7 +30,7 @@ .file "adjtime.s" /* C Library -- adjtime */ -/* int adjtime(struct timeval *delta, struct timeval *olddelta) */ +/* int adjtime(const struct timeval *delta, struct timeval *olddelta) */ #include "SYS.h" |
