Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2010 17:57:04 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/gzip gzip.c
Message-ID:  <201004271757.o3RHvIAk057316@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2010-04-27 17:57:04 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/gzip         gzip.c 
  Log:
  SVN rev 207284 on 2010-04-27 17:57:04Z by delphij
  
  Use _exit(2) system call directly instead of using exit(3) in signal
  handler, as the latter is not guaranteed to be signal safe, and we
  do not really care about flushing the stream during SIGINT.
  
  Suggested by:   Maxim Konovalov <maxim.konovalov gmail com>
  MFC after:      13 days
  
  Revision  Changes    Path
  1.16      +1 -1      src/usr.bin/gzip/gzip.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004271757.o3RHvIAk057316>