]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/commit
Add getprogname/setprogname for BSD compatibility.
authorElliott Hughes <enh@google.com>
Sat, 1 Mar 2014 00:23:27 +0000 (16:23 -0800)
committerElliott Hughes <enh@google.com>
Sat, 1 Mar 2014 00:23:27 +0000 (16:23 -0800)
commit692207eb457f9b4bf6cb4301d710d19b6e85c902
tree4a915e398d7e0819d7ee5d0a424f4a7689c0eab9
parentd51db86aafb988aea04355f2b6a6c925d67e5976
Add getprogname/setprogname for BSD compatibility.

This is one less change we have to make when porting BSD code.

Bug: https://code.google.com/p/android/issues/detail?id=34898
Change-Id: If9b1a8d16996c7a19abcce8d3a456afc3e105a41
libc/Android.mk
libc/include/stdlib.h
libc/upstream-openbsd/lib/libc/gen/getprogname.c [new file with mode: 0644]
libc/upstream-openbsd/lib/libc/gen/setprogname.c [new file with mode: 0644]