> Hi,
> 
> In today´s CVS snapshot, signalfd01.c failed to compile. Did i mess up
> somewhere during patch application ?
> 
> cc -Wall  -I../../include -g -Wall -I../../../../include -Wall
> signalfd01.c  -L../../../../lib -lltp -o signalfd01
> ../../include/linux_syscall_numbers.h:19: warning: ‘cleanup’ used but
> never defined
> /tmp/ccY2Njik.o: In function `signalfd':
> ltp-intermediate-20081112/testcases/kernel/syscalls/signalfd/signalfd01.c:80: 
> undefined reference to `cleanup'
> collect2: ld returned 1 exit status
> make[4]: *** [signalfd01] Error 1


This one?


ltp-git/include/linux_syscall_numbers.h:
    /************************************************
     * GENERATED FILE: DO NOT EDIT/PATCH THIS FILE  *
     *  change your arch specific .in file instead  *
     ************************************************/

    /*
     * Here we stick all the ugly *fallback* logic for linux
     * system call numbers (those __NR_ thingies).
     *
     * Licensed under the GPLv2 or later, see the COPYING file.
     */

    #ifndef __LINUX_SYSCALL_NUMBERS_H__
    #define __LINUX_SYSCALL_NUMBERS_H__

    #include <sys/syscall.h>


    static void cleanup(void);

I have no idea where I comes from.
Masatake
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to