diff options
author | DJ Delorie <dj@redhat.com> | 2024-10-08 14:30:21 -0400 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2024-10-08 14:30:21 -0400 |
commit | 1895a35e7092713b224166d36b9bc26e8eb3371f (patch) | |
tree | 0044589fcddcd1885b685e1da2987d259e7b440a | |
parent | cfb35f5f7f32cec8fa4e16b99e35b7d70fa13f1f (diff) | |
download | glibc-1895a35e7092713b224166d36b9bc26e8eb3371f.zip glibc-1895a35e7092713b224166d36b9bc26e8eb3371f.tar.gz glibc-1895a35e7092713b224166d36b9bc26e8eb3371f.tar.bz2 |
rt: more clock_nanosleep tests addendum
Forgot to change the first-line description.
-rw-r--r-- | rt/tst-clock_nanosleep2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/tst-clock_nanosleep2.c b/rt/tst-clock_nanosleep2.c index 10c822f..e9b2a27 100644 --- a/rt/tst-clock_nanosleep2.c +++ b/rt/tst-clock_nanosleep2.c @@ -1,4 +1,4 @@ -/* Test program for process CPU clocks - invalid inputs, minimum time +/* Test for clock_nanosleep parameter checks and sleep duration. Copyright (C) 2024 Free Software Foundation, Inc. This file is part of the GNU C Library. |