Changeset 1015
- Timestamp:
 - Jan 20, 2004, 2:23:44 AM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/emx/include/string.h (modified) (2 diffs, 1 prop)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/emx/include/string.h
- 
Property       cvs2svn:cvs-rev
 changed from       
1.6to1.7 
r1014 r1015 38 38 * FreeBSD 5.1 39 39 * @changed bird: EMXifications. 40 * @changed bird: GNU extension(s). 40 41 */ 41 42 … … 165 166 /* bird: EMX stuff - end */ 166 167 168 /* bird: GNU stuff - start */ 169 /* 170 * __BSD_VISIBLE: This is not a bsd extension, but we don't have 171 * anything which indicates GNU extensions. 172 */ 173 #if __BSD_VISIBLE 174 void * mempcpy(void *, const void *, size_t); 175 #endif 176 /* bird: GNU stuff - end */ 177 167 178 __END_DECLS 168 179  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  