Fix warnings that would be caused by ld flag --warn-common

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5240 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2008-09-17 19:04:14 +00:00
parent 5628a6260a
commit 7ee930d031
4 changed files with 6 additions and 2 deletions

View file

@ -145,6 +145,6 @@ void *qemu_aio_get(BlockDriverState *bs, BlockDriverCompletionFunc *cb,
void *opaque);
void qemu_aio_release(void *p);
BlockDriverState *bdrv_first;
extern BlockDriverState *bdrv_first;
#endif /* BLOCK_INT_H */