diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 15:41:48 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 16:07:05 -0800 |
commit | f1ef1f0ac2a81b4aa59f1fba37ee11f6a0acbe22 (patch) | |
tree | f303598e66424da2efca3aa3cd2654adc02c2962 | |
parent | fe24c5e19d4d309b4f3a3e435b9d834836312301 (diff) |
unifdef att
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | get_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ void GetLoadPoint( # else /* not HAVE_GETLOADAVG */ -# if defined(att) || defined(QNX4) +# if defined(QNX4) # define LOADSTUB # endif |