- Timestamp:
- Jul 3, 2005, 8:23:41 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.91
to1.92
r2187 r2188 19 19 o sys/fcntl.h shall include sys/stat.h in XSI mode. 20 20 o Added stpncpy from GLIBC. 21 o Added sys/builtin.h to sys/smutex.h. 22 o Updated features.h and sys/gnu/cdefs.h with more recent versions from cvs. 21 23 - libcrypt: 22 24 o Ported from GLIBC 2.3.x CVS. -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/sys/smutex.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2187 r2188 8 8 _fmutex or HMTX semaphores should be used. */ 9 9 10 /* This header requires <sys/builtin.h>. */11 12 10 #ifndef _SYS_SMUTEX_H 13 11 #define _SYS_SMUTEX_H 12 13 #include <sys/builtin.h> 14 14 15 15 #if defined (__cplusplus) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.