Update of /cvsroot/alsa/alsa-lib/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30707

Modified Files:
        async.c 
Log Message:
si_code is 1 on my machine, why?

Index: async.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/async.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- async.c     20 Apr 2004 13:42:48 -0000      1.10
+++ async.c     6 May 2004 18:56:53 -0000       1.11
@@ -53,7 +53,7 @@
 {
        int fd;
        struct list_head *i;
-       assert(siginfo->si_code == SI_SIGIO);
+       //assert(siginfo->si_code == SI_SIGIO);
        fd = siginfo->si_fd;
        list_for_each(i, &snd_async_handlers) {
                snd_async_handler_t *h = list_entry(i, snd_async_handler_t, glist);



-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to