All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <basile@opensource.dyc.edu>
To: linux-bluetooth@vger.kernel.org, blueness@gentoo.org, pacho@gentoo.org
Subject: Re: [PATCH] emulator/serial.c: use posix_openpt() instead of getpt()
Date: Tue, 07 Oct 2014 13:56:18 -0400	[thread overview]
Message-ID: <54342942.5080202@opensource.dyc.edu> (raw)
In-Reply-To: <20141007145621.GB10391@t440s.P-661HNU-F1>

On 10/07/14 10:56, Johan Hedberg wrote:
> Hi Anthony,
>
> On Sat, Oct 04, 2014, basile@opensource.dyc.edu wrote:
>> From: "Anthony G. Basile" <basile@opensource.dyc.edu>
>>
>> getpt(3) is glibc-specific and is not provided in musl and possibly
>> other libc's. Instead, we use use posix_openpt(3) which is equivalent
>> and portable.
>>
>> Signed-off-by: Anthony G. Basile <basile@opensource.dyc.edu>
>> ---
>>   emulator/serial.c | 3 ++-
>>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> Applied, thanks. I first had to remove the Signed-off-by line though
> since we don't don't use that convention for user space patches.
>
> Johan
>

That's fine.

-- 
Anthony G. Basile, Ph. D.
Chair of Information Technology
D'Youville College
Buffalo, NY 14201
(716) 829-8197

      reply	other threads:[~2014-10-07 17:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-04 14:31 [PATCH] emulator/serial.c: use posix_openpt() instead of getpt() basile
2014-10-07 14:56 ` Johan Hedberg
2014-10-07 17:56   ` Anthony G. Basile [this message]

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=54342942.5080202@opensource.dyc.edu \
    --to=basile@opensource.dyc.edu \
    --cc=blueness@gentoo.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=pacho@gentoo.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.