Changeset 1971 for trunk/src


Ignore:
Timestamp:
May 6, 2005, 3:41:48 AM (20 years ago)
Author:
bird
Message:

mkfifo.

Location:
trunk/src/emx
Files:
1 added
3 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.42 to 1.43
    r1970 r1971  
    77          directories - will update it when this is in place.
    88        o Disabled the UF_ and SF_ defines in sys/stat.h since we don't have st_flags.
     9        o Added mkfifo (stub).
    910
    10112005-05-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
  • trunk/src/emx/include/sys/stat.h

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r1970 r1971  
    351351#endif
    352352int     mkdir(const char *, mode_t);
    353 /** @todo int   mkfifo(const char *, mode_t); */
     353int     mkfifo(const char *, mode_t);
    354354int     stat(const char *, struct stat *);
    355355mode_t  umask(mode_t);
  • trunk/src/emx/src/lib/libc.def

    • Property cvs2svn:cvs-rev changed from 1.108 to 1.109
    r1970 r1971  
    15191519    "_fts_set" @1524
    15201520    "_fts_set_clientptr" @1525
     1521    "__std_mkfifo" @1526
Note: See TracChangeset for help on using the changeset viewer.