Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Nov 18, 2005
1 parent fdfe6de commit 3416271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2005-11-18 Paul Brook <paul@codesourcery.com>

* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.

* nscd/grpcache.c: Include <sys/socket.h>.
* nscd/nscd_stat.c: Likewise.
* nscd/pwdcache.c: Likewise.
Expand Down
3 changes: 2 additions & 1 deletion sysdeps/unix/sysv/linux/m68k/bits/mman.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Definitions for POSIX memory map interface. Linux/m68k version.
Copyright (C) 1997, 2003 Free Software Foundation, Inc.
Copyright (C) 1997, 2000, 2003, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -78,6 +78,7 @@
/* Flags for `mremap'. */
#ifdef __USE_GNU
# define MREMAP_MAYMOVE 1
# define MREMAP_FIXED 2
#endif

/* Advice to `madvise'. */
Expand Down

0 comments on commit 3416271

Please sign in to comment.