Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76203
b: refs/heads/master
c: 286100a
h: refs/heads/master
i:
  76201: dbe7ad6
  76199: 8a12033
v: v3
  • Loading branch information
Alexey Dobriyan authored and Ingo Molnar committed Jan 25, 2008
1 parent 6c5d368 commit 143d4c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5973e5b954848c63855a357ad4ff39882e3904f7
refs/heads/master: 286100a6cf1c1f692e5f81d14b364ff12b7662f5
6 changes: 5 additions & 1 deletion trunk/include/linux/futex.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#ifndef _LINUX_FUTEX_H
#define _LINUX_FUTEX_H

#include <linux/sched.h>
#include <linux/compiler.h>
#include <linux/types.h>

struct inode;
struct mm_struct;
struct task_struct;
union ktime;

/* Second argument to futex syscall */
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ struct sched_param {
#include <linux/proportions.h>
#include <linux/seccomp.h>
#include <linux/rcupdate.h>
#include <linux/futex.h>
#include <linux/rtmutex.h>

#include <linux/time.h>
Expand All @@ -94,6 +93,7 @@ struct sched_param {

struct exec_domain;
struct futex_pi_state;
struct robust_list_head;
struct bio;

/*
Expand Down

0 comments on commit 143d4c5

Please sign in to comment.