]> git.sesse.net Git - vlc/commit
Implement vlc_rand_bytes() for OS/2 and split to different files
authorKO Myung-Hun <komh@chollian.net>
Thu, 15 Dec 2011 08:13:10 +0000 (17:13 +0900)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 15 Dec 2011 15:07:18 +0000 (17:07 +0200)
commitbac71d2759727a7cf198e8241a345cfa2b6dbd9a
treedffc705c57db985f7095218cd5c72ac234aa07f8
parentb5b1c1906f7db9fa9d7dce5ecc331ab4bbb793f8
Implement vlc_rand_bytes() for OS/2 and split to different files

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
src/Makefile.am
src/misc/rand.c
src/os2/rand.c [new file with mode: 0644]
src/posix/rand.c [new file with mode: 0644]
src/win32/rand.c [new file with mode: 0644]