/[hurd]/hurd/libiohelp/shared.c
ViewVC logotype

Diff of /hurd/libiohelp/shared.c

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

revision 1.1 by thomas, Mon Nov 18 23:48:14 1996 UTC revision 1.2 by roland, Sat Nov 2 02:36:05 2002 UTC
# Line 1  Line 1 
1  /* Default functions  /* Default functions
2     Copyright (C) 1996 Free Software Foundation     Copyright (C) 1996, 2002 Free Software Foundation, Inc.
3    
4     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
5     modify it under the terms of the GNU General Public License as     modify it under the terms of the GNU General Public License as
# Line 20  Line 20 
20    
21  /* These definitions exist to satisfy the linker. */  /* These definitions exist to satisfy the linker. */
22    
23    void __attribute__ ((weak))
 void  
24  iohelp_fetch_shared_data (void *foo)  iohelp_fetch_shared_data (void *foo)
25  {  {
26    abort ();    abort ();
27  }  }
28    
29  void  void __attribute__ ((weak))
30  iohelp_put_shared_data (void *foo)  iohelp_put_shared_data (void *foo)
31  {  {
32    abort ();    abort ();
33  }  }
   
   
 void  
 iohelp_fetch_shared_data (void *foo) __attribute__ ((weak));  
 void  
 iohelp_put_shared_data (void *foo) __attribute__ ((weak));  
   

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