Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63b852a6 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Arnd Bergmann
Browse files

asm-generic: rename termios.h, signal.h and mman.h



The existing asm-generic versions are incomplete and included
by some architectures. New architectures should be able
to use a generic version, so rename the existing files and
change all users, which lets us add the new files.

Signed-off-by: default avatarRemis Lima Baima <remis.developer@googlemail.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 07a2039b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ typedef unsigned long sigset_t;
#define SIG_UNBLOCK        2	/* for unblocking signals */
#define SIG_SETMASK        3	/* for setting the signal mask */

#include <asm-generic/signal.h>
#include <asm-generic/signal-defs.h>

#ifdef __KERNEL__
struct osf_sigaction {
+1 −1
Original line number Diff line number Diff line
#ifndef __ARM_MMAN_H__
#define __ARM_MMAN_H__

#include <asm-generic/mman.h>
#include <asm-generic/mman-common.h>

#define MAP_GROWSDOWN	0x0100		/* stack-like segment */
#define MAP_DENYWRITE	0x0800		/* ETXTBSY */
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ typedef unsigned long sigset_t;
#define MINSIGSTKSZ	2048
#define SIGSTKSZ	8192

#include <asm-generic/signal.h>
#include <asm-generic/signal-defs.h>

#ifdef __KERNEL__
struct old_sigaction {
+1 −1
Original line number Diff line number Diff line
#ifndef __ASM_AVR32_MMAN_H__
#define __ASM_AVR32_MMAN_H__

#include <asm-generic/mman.h>
#include <asm-generic/mman-common.h>

#define MAP_GROWSDOWN	0x0100		/* stack-like segment */
#define MAP_DENYWRITE	0x0800		/* ETXTBSY */
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ typedef unsigned long sigset_t;
#define MINSIGSTKSZ	2048
#define SIGSTKSZ	8192

#include <asm-generic/signal.h>
#include <asm-generic/signal-defs.h>

#ifdef __KERNEL__
struct old_sigaction {
Loading