Changeset 2620


Ignore:
Timestamp:
Mar 13, 2006, 12:56:29 AM (19 years ago)
Author:
bird
Message:

#65: Added sys/_timespec.h and uncommented it's inclusion in sys/stat.h. This fixes the bustage in non-BSD source mode.

Location:
branches/libc-0.6/src/emx
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/ChangeLog.LIBC

    r2616 r2620  
    552006-03-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
    66    - libc:
     7        o #65: Added sys/_timespec.h and uncommented it's inclusion in
     8          sys/stat.h. This fixes the bustage in non-BSD source mode.
    79        o Fixed wrong target name written into the symlink.
    810
  • branches/libc-0.6/src/emx/include/sys/stat.h

    r2468 r2620  
    109109#endif
    110110
    111 /*#if !__BSD_VISIBLE bird: we don't need any of this (we don't have it either)
     111#if !__BSD_VISIBLE
    112112#include <sys/_timespec.h>
    113 #endif */
     113#endif
    114114
    115115#if 0  /* bird: emx */
Note: See TracChangeset for help on using the changeset viewer.