/*
* gcc long pointer support code for HPPA.
* Copyright 1998, DIS International, Ltd.
- * Permission is granted to use this code under the GNU LIBRARY GENERAL
- * PUBLIC LICENSE, Version 2, June 1991.
+ * This code is free software; you may redistribute it and/or modify
+ * it under the same terms as Perl itself. (Relicensed for Perl in
+ * in April 2002 by Mark Klein.)
*/
typedef struct {
int spaceid;
/*
* gcc long pointer support code for HPPA.
* Copyright 1998, DIS International, Ltd.
- * Permission is granted to use this code under the GNU LIBRARY GENERAL
- * PUBLIC LICENSE, Version 2, June 1991.
+ * This code is free software; you may redistribute it and/or modify
+ * it under the same terms as Perl itself. (Relicensed for Perl in
+ * in April 2002 by Mark Klein.)
*/
int __perl_mpe_getspaceid(void *source)
* uses some undocumented locking call. It is known to work on SCO unix,
* other vendors should try.
* The #error directive prevents unsupported OSes
+ *
+ * ftruncate/truncate code by Mark Bixby.
+ * This code is free software; you may redistribute it and/or modify
+ * it under the same terms as Perl itself.
+ *
*/
#include <unistd.h>
gettimeofday() is UNIX, not POSIX.
gettimeofday() is a BSD function.
-
-
NAME
gettimeofday -
extern int TIMER();
-
+/*
+ * gettimeofday code by Mark Bixby.
+ * This code is free software; you may redistribute it and/or modify
+ * it under the same terms as Perl itself.
+ */
#ifdef __STDC__
int gettimeofday( struct timeval *tp, struct timezone *tpz )