Skip to content

Commit

Permalink
[SPARC64]: Re-export uts_sem for solaris compat module.
Browse files Browse the repository at this point in the history
Revert: b26b9bc

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Nov 10, 2005
1 parent a46699c commit 393b072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,8 @@ EXPORT_SYMBOL(in_egroup_p);

DECLARE_RWSEM(uts_sem);

EXPORT_SYMBOL(uts_sem);

asmlinkage long sys_newuname(struct new_utsname __user * name)
{
int errno = 0;
Expand Down

0 comments on commit 393b072

Please sign in to comment.