src/rda/unix ChangeLog ptrace-target.c
jimb@sourceware.org
jimb@sourceware.org
Tue Oct 19 21:16:00 GMT 2004
CVSROOT: /cvs/src
Module name: src
Changes by: jimb@sourceware.org 2004-10-19 21:16:45
Modified files:
rda/unix : ChangeLog ptrace-target.c
Log message:
* ptrace-target.c (ptrace_create_child): Don't use sys_nerr to
check that errno is in a valid range. The use sys_nerr is
deprecated on GNU/Linux, and according to the ISO C standard and
POSIX, strerror always returns a valid string, even for invalid
errno codes.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.30&r2=1.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ptrace-target.c.diff?cvsroot=src&r1=1.6&r2=1.7
More information about the Src-cvs
mailing list