All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Stancek <jstancek@redhat.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] Declare lio_async_callback_handler() for linux too
Date: Thu, 7 Jan 2016 04:16:31 -0500 (EST)	[thread overview]
Message-ID: <1044387943.5068757.1452158191583.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <1452152227-128032-1-git-send-email-raj.khem@gmail.com>



----- Original Message -----
> From: "Khem Raj" <raj.khem@gmail.com>
> To: ltp@lists.linux.it
> Sent: Thursday, 7 January, 2016 8:37:07 AM
> Subject: [LTP] [PATCH] Declare lio_async_callback_handler() for linux too

Hi,

> 
> sigval_t is glibc only construct, we use a union of sigval
> which pretty much is same effect as sigval_t
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  lib/tlibio.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lib/tlibio.c b/lib/tlibio.c
> index 6b6103f..b7d9faa 100644
> --- a/lib/tlibio.c
> +++ b/lib/tlibio.c
> @@ -130,7 +130,7 @@
>  #endif
>  
>  static void lio_async_signal_handler();
> -#ifdef sgi
> +#if defined(sgi) || (defined(__linux__) && !defined(__UCLIBC__))

What difference does this make? Isn't this just a forward declaration,
that's not that useful anyway?

Regards,
Jan

>  static void lio_async_callback_handler();
>  #endif
>  
> @@ -441,7 +441,7 @@ static void lio_async_signal_handler(int sig)
>   * If the handler is called, it will increment the Received_callback
>   * global variable.
>   ***********************************************************************/
> -static void lio_async_callback_handler(sigval_t sigval)
> +static void lio_async_callback_handler(union sigval sigval)
>  {
>  	if (Debug_level)
>  		printf
> --
> 2.7.0
> 
> 
> --
> Mailing list info: http://lists.linux.it/listinfo/ltp
> 

  reply	other threads:[~2016-01-07  9:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-07  7:37 [LTP] [PATCH] Declare lio_async_callback_handler() for linux too Khem Raj
2016-01-07  9:16 ` Jan Stancek [this message]
2016-01-07  9:58   ` Khem Raj
2016-01-07 11:08     ` Jan Stancek
2016-01-07 11:28       ` Khem Raj
2016-01-07 12:22       ` Khem Raj

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=1044387943.5068757.1452158191583.JavaMail.zimbra@redhat.com \
    --to=jstancek@redhat.com \
    --cc=ltp@lists.linux.it \
    /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.