[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r17817 - in /fsf/trunk/ports: ChangeLog.m68k sysdeps/unix/sysv/linux/m68k/bits/mman.h
- To: commits@xxxxxxxxxx
- Subject: [Commits] r17817 - in /fsf/trunk/ports: ChangeLog.m68k sysdeps/unix/sysv/linux/m68k/bits/mman.h
- From: eglibc@xxxxxxxxxx
- Date: Thu, 29 Mar 2012 00:02:18 -0000
Author: eglibc
Date: Thu Mar 29 00:02:17 2012
New Revision: 17817
Log:
Import glibc-ports-mainline for 2012-03-29
Modified:
fsf/trunk/ports/ChangeLog.m68k
fsf/trunk/ports/sysdeps/unix/sysv/linux/m68k/bits/mman.h
Modified: fsf/trunk/ports/ChangeLog.m68k
==============================================================================
--- fsf/trunk/ports/ChangeLog.m68k (original)
+++ fsf/trunk/ports/ChangeLog.m68k Thu Mar 29 00:02:17 2012
@@ -1,3 +1,8 @@
+2012-03-28 Andreas Schwab <schwab@xxxxxxxxxxxxxx>
+
+ * sysdeps/unix/sysv/linux/m68k/bits/mman.h (MAP_STACK)
+ (MAP_HUGETLB): Define.
+
2012-03-27 Andreas Schwab <schwab@xxxxxxxxxxxxxx>
* sysdeps/m68k/elf/start.S: Move to ...
Modified: fsf/trunk/ports/sysdeps/unix/sysv/linux/m68k/bits/mman.h
==============================================================================
--- fsf/trunk/ports/sysdeps/unix/sysv/linux/m68k/bits/mman.h (original)
+++ fsf/trunk/ports/sysdeps/unix/sysv/linux/m68k/bits/mman.h Thu Mar 29 00:02:17 2012
@@ -1,6 +1,5 @@
/* Definitions for POSIX memory map interface. Linux/m68k version.
- Copyright (C) 1997, 2000, 2003, 2005, 2008, 2009, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 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
@@ -63,6 +62,8 @@
# define MAP_NORESERVE 0x04000 /* Don't check for reservations. */
# define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */
# define MAP_NONBLOCK 0x10000 /* Do not block on IO. */
+# define MAP_STACK 0x20000 /* Allocation is for a stack. */
+# define MAP_HUGETLB 0x40000 /* Create huge page mapping. */
#endif
/* Flags to `msync'. */
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits