Source-Changes archive

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

CVS commit: src/lib/libedit



Module Name:    src
Committed By:   christos
Date:           Sun Feb 15 21:25:01 UTC 2009

Modified Files:
        src/lib/libedit: sig.c sig.h

Log Message:
in order for read() to return EINTR we need to use sigaction, not signal,
otherwise SA_RESTART is set.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/lib/libedit/sig.c
cvs rdiff -r1.6 -r1.7 src/lib/libedit/sig.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index