Skip to content

Commit

Permalink
[BZ #3189]
Browse files Browse the repository at this point in the history
2006-09-09  Ulrich Drepper  <drepper@redhat.com>
	[BZ #3189]
	* misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
  • Loading branch information
Ulrich Drepper committed Sep 9, 2006
1 parent 2b6a801 commit d26d01d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-09-09 Ulrich Drepper <drepper@redhat.com>

[BZ #3189]
* misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.

2006-09-07 Jakub Jelinek <jakub@redhat.com>

[BZ #1006]
Expand Down
2 changes: 2 additions & 0 deletions misc/sys/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ extern void *mremap (void *__addr, size_t __old_len, size_t __new_len,
it is zero. */
extern int mincore (void *__start, size_t __len, unsigned char *__vec)
__THROW;
#endif

#ifdef __USE_GNU
/* Remap arbitrary pages of a shared backing store within an existing
VMA. */
extern int remap_file_pages (void *__start, size_t __size, int __prot,
Expand Down

0 comments on commit d26d01d

Please sign in to comment.