public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/877] New: acct() wrongly has __nonnull((1)) in glibc 2.3.5
@ 2005-04-27  9:51 roland at gnu dot org
  2005-04-27  9:53 ` [Bug libc/877] " cvs-commit at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: roland at gnu dot org @ 2005-04-27  9:51 UTC (permalink / raw)
  To: glibc-bugs

In posix/unistd.h, the declaration of acct() has 

    __THROW __nonnull ((1))

However, a NULL argument to acct() is the means of
disabling process accounting.  Therefore this declaration
appears to be incorrect and should be removed.

-- 
           Summary: acct() wrongly has __nonnull((1)) in glibc 2.3.5
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: roland at gnu dot org
        ReportedBy: roland at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com
OtherBugsDependingO 852
             nThis:


http://sources.redhat.com/bugzilla/show_bug.cgi?id=877

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libc/877] acct() wrongly has __nonnull((1)) in glibc 2.3.5
  2005-04-27  9:51 [Bug libc/877] New: acct() wrongly has __nonnull((1)) in glibc 2.3.5 roland at gnu dot org
  2005-04-27  9:53 ` [Bug libc/877] " cvs-commit at gcc dot gnu dot org
@ 2005-04-27  9:53 ` cvs-commit at gcc dot gnu dot org
  2005-07-19  3:31 ` roland at gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-27  9:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-27 09:52 -------
Subject: Bug 877

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-04-27 09:49:43

Modified files:
	posix          : unistd.h 

Log message:
	2005-04-27  Roland McGrath  <roland@redhat.com>
	
	[BZ #877]
	* posix/unistd.h: Remove __nonnull from acct decl.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/posix/unistd.h.diff?cvsroot=glibc&r1=1.136&r2=1.137



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=877

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libc/877] acct() wrongly has __nonnull((1)) in glibc 2.3.5
  2005-04-27  9:51 [Bug libc/877] New: acct() wrongly has __nonnull((1)) in glibc 2.3.5 roland at gnu dot org
@ 2005-04-27  9:53 ` cvs-commit at gcc dot gnu dot org
  2005-04-27  9:53 ` cvs-commit at gcc dot gnu dot org
  2005-07-19  3:31 ` roland at gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-27  9:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-27 09:52 -------
Subject: Bug 877

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-04-27 09:50:09

Modified files:
	posix          : unistd.h 

Log message:
	2005-04-27  Roland McGrath  <roland@redhat.com>
	
	[BZ #877]
	* posix/unistd.h: Remove __nonnull from acct decl.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/posix/unistd.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.130.4.2&r2=1.130.4.3



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=877

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libc/877] acct() wrongly has __nonnull((1)) in glibc 2.3.5
  2005-04-27  9:51 [Bug libc/877] New: acct() wrongly has __nonnull((1)) in glibc 2.3.5 roland at gnu dot org
  2005-04-27  9:53 ` [Bug libc/877] " cvs-commit at gcc dot gnu dot org
  2005-04-27  9:53 ` cvs-commit at gcc dot gnu dot org
@ 2005-07-19  3:31 ` roland at gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: roland at gnu dot org @ 2005-07-19  3:31 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-07-19 03:30 -------
This fix is now in the 2.3 branch as well as the trunk, and the problem should
be resolved as of the 2.3.6 release.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=877

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-07-19  3:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-27  9:51 [Bug libc/877] New: acct() wrongly has __nonnull((1)) in glibc 2.3.5 roland at gnu dot org
2005-04-27  9:53 ` [Bug libc/877] " cvs-commit at gcc dot gnu dot org
2005-04-27  9:53 ` cvs-commit at gcc dot gnu dot org
2005-07-19  3:31 ` roland at gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).