Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
9d354ed2
Commit
9d354ed2
authored
Apr 23, 2002
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Update comments for E2BIG and TCSETS like for x86.
parent
0aa65746
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
include/asm-ia64/errno.h
include/asm-ia64/errno.h
+3
-3
include/asm-ia64/ioctls.h
include/asm-ia64/ioctls.h
+3
-3
No files found.
include/asm-ia64/errno.h
View file @
9d354ed2
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
/*
/*
* This is derived from the Linux/x86 version.
* This is derived from the Linux/x86 version.
*
*
* Copyright (C) 1998, 1999 Hewlett-Packard Co
* Copyright (C) 1998, 1999
, 2002
Hewlett-Packard Co
*
Copyright (C) 1998, 1999
David Mosberger-Tang <davidm@hpl.hp.com>
*
David Mosberger-Tang <davidm@hpl.hp.com>
*/
*/
#define EPERM 1
/* Operation not permitted */
#define EPERM 1
/* Operation not permitted */
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#define EINTR 4
/* Interrupted system call */
#define EINTR 4
/* Interrupted system call */
#define EIO 5
/* I/O error */
#define EIO 5
/* I/O error */
#define ENXIO 6
/* No such device or address */
#define ENXIO 6
/* No such device or address */
#define E2BIG 7
/* Arg list too long */
#define E2BIG 7
/* Arg
ument
list too long */
#define ENOEXEC 8
/* Exec format error */
#define ENOEXEC 8
/* Exec format error */
#define EBADF 9
/* Bad file number */
#define EBADF 9
/* Bad file number */
#define ECHILD 10
/* No child processes */
#define ECHILD 10
/* No child processes */
...
...
include/asm-ia64/ioctls.h
View file @
9d354ed2
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
#define _ASM_IA64_IOCTLS_H
#define _ASM_IA64_IOCTLS_H
/*
/*
* Copyright (C) 1998, 1999 Hewlett-Packard Co
* Copyright (C) 1998, 1999
, 2002
Hewlett-Packard Co
*
Copyright (C) 1998, 1999
David Mosberger-Tang <davidm@hpl.hp.com>
*
David Mosberger-Tang <davidm@hpl.hp.com>
*/
*/
#include <asm/ioctl.h>
#include <asm/ioctl.h>
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
/* 0x54 is just a magic number to make these relatively unique ('T') */
/* 0x54 is just a magic number to make these relatively unique ('T') */
#define TCGETS 0x5401
#define TCGETS 0x5401
#define TCSETS 0x5402
#define TCSETS 0x5402
/* Clashes with SNDCTL_TMR_START sound ioctl */
#define TCSETSW 0x5403
#define TCSETSW 0x5403
#define TCSETSF 0x5404
#define TCSETSF 0x5404
#define TCGETA 0x5405
#define TCGETA 0x5405
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment