Changes between Version 85 and Version 86 of library_stdio


Ignore:
Timestamp:
Jun 15, 2015, 2:09:51 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v85 v86  
    173173
    174174=== 1) int '''giet_fat_open'''( char* pathname, unsigned int flags ) ===
    175 This function allocates a file descriptor to the calling task, for the file identified by its absolute "pathname".
     175This function allocates a file descriptor to the calling task, for the file identified by its absolute pathname from root.
    176176If several tasks try to open the same file, each task obtains a private file descriptor.
    177177The semantic is similar to the UNIX open() function, but the UNIX oflags and the UNIX access rights are not supported.