From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1200 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: vhangup syscall Date: Tue, 19 Jun 2012 15:33:52 -0400 Message-ID: <20120619193352.GQ163@brightrain.aerifal.cx> References: <88ca424bda61e1149c28be73668e83a5.squirrel@mail.haddonthethird.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1340134694 20198 80.91.229.3 (19 Jun 2012 19:38:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2012 19:38:14 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1201-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jun 19 21:38:14 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Sh4FY-0001vP-Pj for gllmg-musl@plane.gmane.org; Tue, 19 Jun 2012 21:38:04 +0200 Original-Received: (qmail 2016 invoked by uid 550); 19 Jun 2012 19:38:04 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 1974 invoked from network); 19 Jun 2012 19:38:02 -0000 Content-Disposition: inline In-Reply-To: <88ca424bda61e1149c28be73668e83a5.squirrel@mail.haddonthethird.net> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1200 Archived-At: On Tue, Jun 19, 2012 at 03:22:55PM -0400, william@haddonthethird.net wrote: > Implement the vhangup syscall, which was listed in unistd.h but missing > from the library. Thanks. Committed. Rich