bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor typo in <signal.h>


From: Steve Kemp
Subject: Minor typo in <signal.h>
Date: Sat, 23 Mar 2002 10:25:35 +0000
User-agent: Mutt/1.2.5i

Hi,

  I'm developing a small application on GNU/Linux, and 
 during the course of my work I had to look at signal.h, 
 whilst reading through this file I spotted a minor typo.

  I wouldn't consider it a bug to be honest, but I thought
 I'd report it.  Please find a context diff below which
 fixes this.

  If this is a worthwhile report I'd be happy to give other
 headers a quick read through for typos...

  On my Debian GNU/Linux system signal.h appears to be part
 of the libc6-dev package, and my version of that package is
 2.1.3-19.

  I've not reported it to the Debian people, but I'm sure this
 isn't a change they would have made when packaging the
 software.

[hell] skx > dpkg --search /usr/include/signal.h
libc6-dev: /usr/include/signal.h
[hell] skx > dpkg --list | grep libc6-dev
ii  libc6-dev      2.1.3-19       GNU C Library: Development Libraries and Hea


---
Please Hire Me:
 Edinburgh SysAdmin - GNU/Linux | Windows | Toolsmith | Perl / C / C++ / Java
---

  (The typo is 'time' being spelt as 'imte')

*** signal.h    Sat Mar 23 06:20:38 2002
--- signal.h-new        Sat Mar 23 06:21:01 2002
***************
*** 252,258 ****
  extern int sigwaitinfo __P ((__const sigset_t *__set, siginfo_t *__info));

  /* Select any of pending signals from SET and place information in INFO.
!    Wait the imte specified by TIMEOUT if no signal is pending.  */
  extern int sigtimedwait __P ((__const sigset_t *__set, siginfo_t *__info,
                              __const struct timespec *__timeout));

--- 252,258 ----
  extern int sigwaitinfo __P ((__const sigset_t *__set, siginfo_t *__info));
  /* Select any of pending signals from SET and place information in INFO.
!    Wait the time specified by TIMEOUT if no signal is pending.  */
  extern int sigtimedwait __P ((__const sigset_t *__set, siginfo_t *__info,
                              __const struct timespec *__timeout));



reply via email to

[Prev in Thread] Current Thread [Next in Thread]