diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-15 20:59:35 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-03-01 15:19:13 +0100 |
commit | f6dcf2feb8e0f48811852de7f4148cbf7336db08 (patch) | |
tree | 414fbf1ccecf90f7dcc9c402022258bab993ccb1 /nx-X11/include/Xos_r.h | |
parent | 19edfab7857c158b0925a373531680be78879a61 (diff) | |
download | nx-libs-f6dcf2feb8e0f48811852de7f4148cbf7336db08.tar.gz nx-libs-f6dcf2feb8e0f48811852de7f4148cbf7336db08.tar.bz2 nx-libs-f6dcf2feb8e0f48811852de7f4148cbf7336db08.zip |
drop platform support: unifdef hpux and __hppa__.
Fixes ArcticaProject/nx-libs#273.
Diffstat (limited to 'nx-X11/include/Xos_r.h')
-rw-r--r-- | nx-X11/include/Xos_r.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/include/Xos_r.h b/nx-X11/include/Xos_r.h index 44a3690ba..138efd704 100644 --- a/nx-X11/include/Xos_r.h +++ b/nx-X11/include/Xos_r.h @@ -927,8 +927,8 @@ typedef struct { (_Xos_processUnlock), \ (p).result ) -#elif !defined(_POSIX_THREAD_SAFE_FUNCTIONS) && (defined(__osf__) || defined(hpV4)) -/* Returns (int)0 on success. OSF/1 v3.2, HP/UX 10 +#elif !defined(_POSIX_THREAD_SAFE_FUNCTIONS) && (defined(__osf__) +/* Returns (int)0 on success. OSF/1 v3.2 * * extern int asctime_r(const struct tm *timeptr, char *buffer, int buflen); * extern int ctime_r(const time_t *timer, char *buffer, int buflen); |