commit | 943eae03143790c71cf42fe13529f1b74ceb0266 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sat Oct 29 07:32:07 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 29 10:35:07 2005 -0700 |
tree | 64b815091689324d1124ccafd7ab80274033bd2f | |
parent | 9d86b7d37018c917837477dd4501d44bf8f3f98c [diff] |
[PATCH] missing exports of do_settimeofday() variants frv, sh64, ia64 and sparc64 do not have do_settimeofday() exported (the last two are using variant in kernel/time.c). Exports added to match the rest of architectures. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>