Changeset 2188 for trunk


Ignore:
Timestamp:
Jul 3, 2005, 8:23:41 AM (20 years ago)
Author:
bird
Message:

o Added sys/builtin.h to sys/smutex.h.

Location:
trunk/src/emx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/ChangeLog.LIBC

    • Property cvs2svn:cvs-rev changed from 1.91 to 1.92
    r2187 r2188  
    1919        o sys/fcntl.h shall include sys/stat.h in XSI mode.
    2020        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.
    2123    - libcrypt:
    2224        o Ported from GLIBC 2.3.x CVS.
  • trunk/src/emx/include/sys/smutex.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2187 r2188  
    88   _fmutex or HMTX semaphores should be used. */
    99
    10 /* This header requires <sys/builtin.h>. */
    11 
    1210#ifndef _SYS_SMUTEX_H
    1311#define _SYS_SMUTEX_H
     12
     13#include <sys/builtin.h>
    1414
    1515#if defined (__cplusplus)
Note: See TracChangeset for help on using the changeset viewer.