Changeset 2123
- Timestamp:
- Jul 1, 2005, 3:49:17 AM (20 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.78
to1.79
r2122 r2123 6 6 o Renamed struct _FILE to struct __sFILE to match BSD. 7 7 o Added wait.h for GLIBC compatability, content is #include <sys/wait.h>. 8 o Added _D_EXACT_NAMLEN and _D_ALLOC_NAMLEN macros to sys/dirent.h to 9 make GLIBC code happy. 10 o Added REG_NOERROR to regex.h to make GLIBC code happy. 8 11 9 12 2005-06-29: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/regex.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r2122 r2123 2 2 /** @file 3 3 * FreeBSD 5.3 4 * @changed bird: Added REG_NOMATCH. 4 5 */ 5 6 /*- … … 82 83 /* regerror() flags */ 83 84 #define REG_ENOSYS (-1) 85 #if !defined(REG_NOMATCH) && __USE_GNU /* bird */ 86 #define REG_NOERROR 0 /* bird */ 87 #endif /* bird */ 84 88 #define REG_NOMATCH 1 85 89 #define REG_BADPAT 2 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.