Ignore:
Timestamp:
Sep 27, 2004, 4:15:07 AM (21 years ago)
Author:
bird
Message:

Big path handling change. Fixed wrong file headers. A new api or two. A bit of restructuring. And hopefully no new bug :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/unistd.h

    • Property cvs2svn:cvs-rev changed from 1.19 to 1.20
    r1518 r1519  
    408408
    409409
    410 #if !defined(_POSIX_SOURCE)
    411 
    412 
    413 #endif
    414 
    415 
     410/*
     411 * LIBC additions.
     412 */
     413#ifdef __BSD_VISIBLE
     414char    *_getcwdux(char *, size_t);
     415#endif
     416
     417
     418/*
     419 * EMX stuff.
     420 */
    416421#if !defined(_POSIX_SOURCE) || defined(_WITH_UNDERSCORE)
    417422/** @todo update this section to match the one without underscores as far as needed! */
Note: See TracChangeset for help on using the changeset viewer.