mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
* bfdio.c (bfd_iovec): Add comments for bmmap. * bfd-in2.h: Regenerated.
This commit is contained in:
@@ -158,7 +158,8 @@ DESCRIPTION
|
||||
. int (*bclose) (struct bfd *abfd);
|
||||
. int (*bflush) (struct bfd *abfd);
|
||||
. int (*bstat) (struct bfd *abfd, struct stat *sb);
|
||||
. void* (*bmmap) (struct bfd *abfd, void *addr, bfd_size_type len,
|
||||
. {* Just like mmap: (void*)-1 on failure, mmapped address on success. *}
|
||||
. void *(*bmmap) (struct bfd *abfd, void *addr, bfd_size_type len,
|
||||
. int prot, int flags, file_ptr offset);
|
||||
.};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user