/[hurd]/hurd-l4/libl4/ia32/l4/bits/stubs-init.h
ViewVC logotype

Diff of /hurd-l4/libl4/ia32/l4/bits/stubs-init.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by marcus, Sat Jul 26 17:26:09 2003 UTC revision 1.2 by marcus, Thu Sep 18 14:00:10 2003 UTC
# Line 5  Line 5 
5  #define __L4_SETUP_SYSCALL(name)                                        \  #define __L4_SETUP_SYSCALL(name)                                        \
6  extern void (*__l4_ ## name) (void);                                    \  extern void (*__l4_ ## name) (void);                                    \
7    __l4_ ## name = (void (*) (void))                                     \    __l4_ ## name = (void (*) (void))                                     \
8      (((l4_word_t) l4_get_kernel_interface ())                           \      (((l4_word_t) l4_kip ()) + l4_kip ()->name)
      + l4_get_kernel_interface ()->name)  
9    
10  /* Initialize the syscall stubs.  */  /* Initialize the syscall stubs.  */
11  _L4_EXTERN_INLINE void  _L4_EXTERN_INLINE void

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26