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
92edbe60
Commit
92edbe60
authored
Sep 23, 2002
by
Jeff Dike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed from user_util.h the declarations that are now in time_user.h.
parent
97267ce0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
arch/um/include/user_util.h
arch/um/include/user_util.h
+0
-6
No files found.
arch/um/include/user_util.h
View file @
92edbe60
...
...
@@ -63,10 +63,6 @@ extern void signal_init(void);
extern
int
start_fork_tramp
(
void
*
arg
,
unsigned
long
temp_stack
,
int
clone_flags
,
int
(
*
tramp
)(
void
*
));
extern
void
trace_myself
(
void
);
extern
void
timer
(
void
);
extern
void
get_profile_timer
(
void
);
extern
void
disable_profile_timer
(
void
);
extern
void
set_timers
(
int
set_signal
);
extern
int
clone_and_wait
(
int
(
*
fn
)(
void
*
),
void
*
arg
,
void
*
sp
,
int
flags
);
extern
int
input_loop
(
void
);
extern
void
continue_execing_proc
(
int
pid
);
...
...
@@ -80,7 +76,6 @@ extern void save_signal_state(int *sig_ptr);
extern
void
*
um_kmalloc
(
int
size
);
extern
int
raw
(
int
fd
,
int
complain
);
extern
int
switcheroo
(
int
fd
,
int
prot
,
void
*
from
,
void
*
to
,
int
size
);
extern
void
idle_sleep
(
int
secs
);
extern
void
setup_machinename
(
char
*
machine_out
);
extern
void
setup_hostinfo
(
void
);
extern
void
add_arg
(
char
*
cmd_line
,
char
*
arg
);
...
...
@@ -108,7 +103,6 @@ extern int user_write(int fd, char *buf, int len);
extern
void
write_sigio_workaround
(
void
);
extern
void
arch_check_bugs
(
void
);
extern
int
arch_handle_signal
(
int
sig
,
struct
uml_pt_regs
*
regs
);
extern
void
user_time_init
(
void
);
extern
unsigned
long
pid_pc
(
int
pid
);
extern
int
arch_fixup
(
unsigned
long
address
,
void
*
sc_ptr
);
extern
void
forward_pending_sigio
(
int
target
);
...
...
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