Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37827
b: refs/heads/master
c: 0bdd7aa
h: refs/heads/master
i:
  37825: 4258394
  37823: 8c65def
v: v3
  • Loading branch information
Serge E. Hallyn authored and Linus Torvalds committed Oct 2, 2006
1 parent f26f436 commit f1896db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fab413a334a7b3dd2688c5cd5d4718476e430ea4
refs/heads/master: 0bdd7aab7f0ecd5d337910816aa058c18398628e
10 changes: 10 additions & 0 deletions trunk/include/linux/utsname.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,15 @@ struct new_utsname {

extern struct new_utsname system_utsname;

static inline struct new_utsname *utsname(void)
{
return &system_utsname;
}

static inline struct new_utsname *init_utsname(void)
{
return &system_utsname;
}

extern struct rw_semaphore uts_sem;
#endif

0 comments on commit f1896db

Please sign in to comment.