diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-08-29 21:09:30 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-08-29 21:09:30 +0000 |
commit | 747e2b436143d80406e21f647f7ba9837f73a173 (patch) | |
tree | 5d5585d595c8a06607ea8cf9d15c67a361e6cf1c /sysdeps/mach/hurd | |
parent | bfb826224b971666d5e9f9ce3b04c1cfbf839258 (diff) | |
download | glibc-747e2b436143d80406e21f647f7ba9837f73a173.tar.gz glibc-747e2b436143d80406e21f647f7ba9837f73a173.tar.xz glibc-747e2b436143d80406e21f647f7ba9837f73a173.zip |
*** empty log message ***
* sysdeps/mach/hurd/setitimer.c (setitimer_locked): Correct spelling error of _hurd_itimerval.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/setitimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/setitimer.c b/sysdeps/mach/hurd/setitimer.c index 479b3273c3..0b2ace3f4c 100644 --- a/sysdeps/mach/hurd/setitimer.c +++ b/sysdeps/mach/hurd/setitimer.c @@ -159,7 +159,7 @@ setitimer_locked (const struct itimerval *new, struct itimerval *old, /* Just return the current value in OLD without changing anything. This is what BSD does, even though it's not documented. */ if (old) - *old = _hurd_itemerval; + *old = _hurd_itimerval; spin_unlock (&_hurd_itimer_lock); _hurd_critical_section_unlock (crit); return 0; |