Changeset 99dc0d7 in rtems-libbsd for libbsd.txt


Ignore:
Timestamp:
09/13/12 19:03:35 (12 years ago)
Author:
Jennifer Averett <jennifer.averett@…>
Branches:
4.11, 5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
Children:
4ffe3f4
Parents:
ef97f34
Message:

rec_close.c: Removed usage of munmap() method.

Note that there is a define MMAP_NOT_AVAILABLE that when NOT
defined results in mmap not being called but munmap is still
called. A comment was also added to our notes about this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libbsd.txt

    ref97f34 r99dc0d7  
    776776Symbols (A)
    777777         pci_get_vpd_ident
     778 
     779== Problems to report to FreeBSD ==
     780
     781The MMAP_NOT_AVAILABLE define is inverted on its usage.  When it is
     782defined the mmap method is called. Additionally, it is not used
     783thoroughly. It is not used in the unmap portion of the source.
     784
     785
     786
Note: See TracChangeset for help on using the changeset viewer.