/[hurd]/hurd/libpthread/sysdeps/l4/hurd/pt-sysdep.h
ViewVC logotype

Diff of /hurd/libpthread/sysdeps/l4/hurd/pt-sysdep.h

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

revision 1.1 by neal, Thu Oct 10 23:05:05 2002 UTC revision 1.2 by neal, Tue Jan 18 10:08:52 2005 UTC
# Line 35  Line 35 
35    L4_Word_t my_errno;    L4_Word_t my_errno;
36    
37  extern inline struct __pthread *  extern inline struct __pthread *
38    __attribute__((__always_inline__))
39  _pthread_self (void)  _pthread_self (void)
40  {  {
41    return (struct __pthread *) L4_MyUserDefinedHandle ();    return (struct __pthread *) L4_MyUserDefinedHandle ();
# Line 42  _pthread_self (void) Line 43  _pthread_self (void)
43    
44  extern inline void  extern inline void
45  __pthread_stack_dealloc (void *stackaddr, size_t stacksize)  __pthread_stack_dealloc (void *stackaddr, size_t stacksize)
46    __attribute__((__always_inline__))
47  {  {
48    /* XXX: can only implement this once we have a working memory manager.  */    /* XXX: can only implement this once we have a working memory manager.  */
49    return;    return;

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