Ignore:
Timestamp:
Feb 16, 2014, 9:20:59 PM (12 years ago)
Author:
bird
Message:

0.6: s/const/const/g - just use the (now) standard 'const' everywhere in emx and kLIBC code. Avoid changing external code too much. fixes #279.

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

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include

  • branches/libc-0.6/src/emx/include/sys/stat.h

    r2620 r3809  
    348348/* bird: emx stuff - start */
    349349#if !defined (_POSIX_SOURCE) || defined (_WITH_UNDERSCORE) || defined(__USE_EMX)
    350 int _chmod (__const__ char *, int);
     350int _chmod ( char *, int);
    351351int _fstat (int, struct stat *);
    352 int _mkdir (__const__ char *, long);
     352int _mkdir ( char *, long);
    353353/* _mkfifo() */
    354 int _stat (__const__ char *, struct stat *);
     354int _stat ( char *, struct stat *);
    355355int _umask (int);
    356356#endif
Note: See TracChangeset for help on using the changeset viewer.