Changeset e3250b3 in rtems


Ignore:
Timestamp:
10/18/00 13:02:14 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3b5dc96
Parents:
54ba5aa
Message:

2000-10-18 Joel Sherrill <joel@…>

  • libc/fcntl.c: Do not require every filesystem to have an fcntl() handler. Most fcntl() operations can be performed with no filesystem support.
  • ChangeLog?: Corrected comment.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/ChangeLog

    r54ba5aa re3250b3  
     1
     22000-10-18      Joel Sherrill <joel@OARcorp.com>
     3
     4        * libc/fcntl.c: Do not require every filesystem to have an fcntl()
     5        handler.  Most fcntl() operations can be performed with no
     6        filesystem support.
     7        * ChangeLog: Corrected comment.
    18
    292000-09-28      Joel Sherrill <joel@OARcorp.com>
     
    5360        * libc/ioctl.c: Ditto.
    5461        * libc/ioman.c: Ditto.
    55         * libc/memfile.c: Ditto.
    5662        * libc/link.c: Ditto.
    5763        * libc/mknod.c: Ditto.
    5864        * libc/symlink.c: Ditto.
    5965        * libc/libio.h(rtems_filesystem_dev_major_t): New macro.
     66        * libc/libio.h(rtems_filesystem_dev_minor_t): New macro.
     67        * libc/memfile.c: Deleted assert.  Added code to properly handle
    6068        appending to a file.
    6169
Note: See TracChangeset for help on using the changeset viewer.