Change posix_mktime() to make_posix_time()
commit724719b1da2f21d77745ff4606f5299a837c6633
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 5 Jan 2015 23:17:56 +0000 (5 15:17 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 5 Jan 2015 23:17:56 +0000 (5 15:17 -0800)
treee68af21a5645f7c03f474eb3842ac5510414d672
parent7cc90badae553a5ae25c3d93b75b024c73e2c7f4
Change posix_mktime() to make_posix_time()

The posix_ prefix is reserved for POSIX, and even if there never is a
posix_mktime() defined it might be confusing for programmers familiar
with this convention.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
nasm.c