1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/usr.bin/touch
Bruce Evans eaa86f9d7f Don't use __dead or __pure in user code. They were obfuscations
for gcc >= 2.5 and no-ops for gcc >= 2.6.  Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
1996-09-14 03:00:32 +00:00
..
Makefile
touch.1 YY --> CC 1996-09-10 21:19:56 +00:00
touch.c Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00