public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Daurnimator <quae@daurnimator.com>
To: Florian Weimer <fweimer@redhat.com>
Cc: libc-alpha@sourceware.org
Subject: Re: [PATCH v3][BZ 21340] add support for POSIX_SPAWN_SETSID
Date: Wed, 05 Apr 2017 11:01:00 -0000	[thread overview]
Message-ID: <CAEnbY+dyj535NeaOz6EbVU6od3JKV+61PTWx7EXbXeZHCa5G6g@mail.gmail.com> (raw)
In-Reply-To: <ce204caa-739f-307b-bc44-f3d17f27e55e@redhat.com>

On 5 April 2017 at 18:34, Florian Weimer <fweimer@redhat.com> wrote:
> On 04/05/2017 07:41 AM, daurnimator wrote:
>
>> +static int
>> +do_test (void)
>> +{
>> +  posix_spawnattr_t attrp;
>> +  int res;
>> +  int child_pid;
>> +  int sid, child_sid;
>> +  char *args[2];
>
>
> Thanks for writing the test.  There are some style issues.  We prefer
> in-line declarations these days

Do you mean putting 'static int do_test (void) {' on one line?

> and there should be a space before “(” in a
> function call.

There already was?

> Please use the new test skeleton in <support/test-driver.c>.  (Sorry, still
> need to update the wiki.)

I just worked from the existing test 'tst-posix_spawn-fd.c'.

> You aren't listed in MAINTAINERS on the wiki.  Do you have a GNU copyright
> assignment on file?

I do not.

  reply	other threads:[~2017-04-05 11:01 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05  5:41 daurnimator
2017-04-05  8:34 ` Florian Weimer
2017-04-05 11:01   ` Daurnimator [this message]
2017-04-06 12:37     ` Florian Weimer
2017-04-06 13:22       ` Zack Weinberg
2017-04-06 13:23         ` Florian Weimer
2017-04-06 13:24           ` Zack Weinberg
2017-04-07 12:27             ` Daurnimator
2017-04-07 13:46               ` Zack Weinberg
2017-04-09 13:22       ` Daurnimator
2017-04-21  5:04         ` Daurnimator
2017-04-21 12:39           ` Adhemerval Zanella
2017-04-21 14:13           ` Adhemerval Zanella
2017-04-21 14:24             ` Florian Weimer
2017-04-21 18:29               ` Adhemerval Zanella
2017-04-21 19:53                 ` Joseph Myers
2017-04-21 20:43                   ` Adhemerval Zanella
2017-04-21 20:04                 ` Florian Weimer
2017-04-21 20:43                   ` Adhemerval Zanella
2017-04-21 20:47                     ` Florian Weimer
2017-04-21 18:24             ` Joseph Myers
2017-04-21 18:26               ` Adhemerval Zanella
2017-04-05 12:31 ` Joseph Myers
2017-04-05 12:44   ` Joseph Myers
2017-04-05 12:58   ` Szabolcs Nagy
2017-04-05 15:02     ` Joseph Myers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEnbY+dyj535NeaOz6EbVU6od3JKV+61PTWx7EXbXeZHCa5G6g@mail.gmail.com \
    --to=quae@daurnimator.com \
    --cc=fweimer@redhat.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).