os: add os_get_process_name() function 67/7467/1
authorBrian Paul <brianp@vmware.com>
Thu, 27 Jun 2013 14:38:35 +0000 (08:38 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 12 Jul 2013 14:32:50 +0000 (08:32 -0600)
commit9fc532a2637c0b0eef247acad213266bd041b23b
treed54de7fa16134c8b2b3100520ce70406cdf5effd
parent3fb3e1e38c3ea1cd932a9fb291eef11f36e3d844
os: add os_get_process_name() function

v2: explicitly test for BSD/APPLE, #warning for unexpected
environments.
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/os/os_process.c [new file with mode: 0644]
src/gallium/auxiliary/os/os_process.h [new file with mode: 0644]