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/stdlib.h

    • Property cvs2svn:cvs-rev changed from 1.24 to 1.25
    r1518 r1519  
    287287#endif /* __BSD_VISIBLE */
    288288
     289
     290
     291/* bird: LIBC stuff - start  */
     292#ifdef __BSD_VISIBLE
     293char    *_getcwdux(char *, size_t);
     294#endif
     295#ifdef  __USE_GNU
     296char    *canonicalize_file_name(const char *);
     297#endif
     298/* bird: LIBC stuff - end  */
    289299
    290300
Note: See TracChangeset for help on using the changeset viewer.