Remove one useless extern declaration
authorPierre Peiffer <pierre.peiffer@bull.net>
Sun, 3 Feb 2008 14:22:12 +0000 (16:22 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 3 Feb 2008 14:22:12 +0000 (16:22 +0200)
The file exit.c contains one useless extern declaration of sem_exit().
Moreover, it refers to nothing.

This trivial patch removes it.

Signed-off-by: Pierre Peiffer <pierre.peiffer@bull.net>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

No differences found