search for: suseconds_t

Displaying 10 results from an estimated 10 matches for "suseconds_t".

Did you mean: useconds_t
2008 Jul 14
18
[git patches] Ocfs2 and Configfs updates for 2.6.27
I'm running a bit late with the e-mail this time around, but I think that's ok since there really isn't any major new features here - the bulk of the Ocfs2 update is bug fixes, or cleanups. The same goes for configfs. The only two things that could be described as features would be: - Sunil has updated Ocfs2 to provide even more live cluster locking information via debugfs. - Joel
2006 Jan 21
2
Xen kernel compilation fails - no such file or directory features.h (but its there)
...pes.h:27: error: syntax error before "daddr_t" include/linux/types.h:27: warning: type defaults to `int'' in declaration of `daddr_t'' include/linux/types.h:27: warning: data definition has no type or storage class include/linux/types.h:29: error: syntax error before "suseconds_t" include/linux/types.h:29: warning: type defaults to `int'' in declaration of `suseconds_t'' include/linux/types.h:29: warning: data definition has no type or storage class include/linux/types.h:30: error: syntax error before "timer_t" include/linux/types.h:30: warnin...
2010 Jan 25
1
[nut-commits] svn commit r2274 - trunk/common
On Jan 25, 2010, at 7:44 AM, Arjen de Korte wrote: > Author: adkorte-guest > Date: Mon Jan 25 12:44:52 2010 > New Revision: 2274 > > Log: > Fix compiler warning on FreeBSD [...] > + fprintf(stderr, "%4.0f.%06ld\t", difftime(now.tv_sec, > start.tv_sec), now.tv_usec - start.tv_usec); With the difftime() macro, wouldn't it be possible to just use a single
2004 Sep 02
1
__kernel_timer_t missing
.../sys/types.h.orig 2004-06-08 07:32:48.000000000 +0200 +++ klibc-0.171/klibc/include/sys/types.h 2004-09-02 15:14:04.495486895 +0200 @@ -28,7 +28,7 @@ typedef __kernel_pid_t pid_t; typedef __kernel_daddr_t daddr_t; typedef __kernel_key_t key_t; typedef __kernel_suseconds_t suseconds_t; -typedef __kernel_timer_t timer_t; +typedef int timer_t; typedef __kernel_uid32_t uid_t; typedef __kernel_gid32_t gid_t; -- USB is for mice, FireWire is for men! sUse lINUX ag, n?RNBERG
2006 May 15
3
Eicon Diva - problems building new v3 melware driver
...linux/types.h:27: error: syntax error before "daddr_t" include/linux/types.h:27: warning: type defaults to `int' in declaration of `daddr_t' include/linux/types.h:27: warning: data definition has no type or storage class include/linux/types.h:29: error: syntax error before "suseconds_t" include/linux/types.h:29: warning: type defaults to `int' in declaration of `suseconds_t' include/linux/types.h:29: warning: data definition has no type or storage class include/linux/types.h:30: error: syntax error before "timer_t" include/linux/types.h:30: warning: type...
2023 Jan 26
0
[klibc:time64] time: Use clock_* system calls for time-of-day and sleep
...uct itimerval *); __extern int utimes(const char *, const struct timeval[2]); diff --git a/usr/include/sys/types.h b/usr/include/sys/types.h index b8cdb8cf..e17bc87f 100644 --- a/usr/include/sys/types.h +++ b/usr/include/sys/types.h @@ -33,6 +33,7 @@ typedef __kernel_key_t key_t; typedef __kernel_suseconds_t suseconds_t; /* typedef __kernel_timer_t timer_t; */ typedef int timer_t; +typedef __kernel_clockid_t clockid_t; typedef __kernel_uid32_t uid_t; typedef __kernel_gid32_t gid_t; diff --git a/usr/klibc/Kbuild b/usr/klibc/Kbuild index 02a18e64..8b132190 100644 --- a/usr/klibc/Kbuild +++ b/usr/kl...
2004 Feb 22
3
ARM/Thumb updates and some other minor tweaks
...bc-0.114/klibc/include/sys/types.h --- klibc-0.114_orig/klibc/include/sys/types.h 2004-02-08 22:19:37.000000000 -0800 +++ klibc-0.114/klibc/include/sys/types.h 2004-02-22 04:39:00.000000000 -0800 @@ -27,7 +27,12 @@ typedef __kernel_daddr_t daddr_t; typedef __kernel_key_t key_t; typedef __kernel_suseconds_t suseconds_t; -typedef __kernel_timer_t timer_t; +/* + * __kernel_timer_t is not defined in arm kernel 2.4.21-rmk2 which causes + * arm klibc builds to fail. timer_t doesn't seem to be used within klibc + * so commenting out the typedef seems like a valid fix ? + */ +//typedef __kernel_timer_t t...
2019 Jun 21
0
[ANNOUNCE] libXt 1.2.0
...likov (1): autogen.sh: use quoted string variables Fabrice Fontaine (1): libXt: util: don't link makestrs with target cflags Jeremy Huddleston Sequoia (1): darwin: Don't build libXt with -flat_namespace Jon Turney (2): Fix WHITEFILL after const fixes Provide suseconds_t typedef on Win32 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Rin Okuyama (1): avoid -Wformat errors from clang when building with -DDEBUG Thomas E. Dickey (134): fix build when XT...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...def long int __off64_t; typedef int __pid_t; typedef struct { int __val[2]; } __fsid_t; typedef long int __clock_t; typedef unsigned long int __rlim_t; typedef unsigned long int __rlim64_t; typedef unsigned int __id_t; typedef long int __time_t; typedef unsigned int __useconds_t; typedef long int __suseconds_t; typedef int __daddr_t; typedef long int __swblk_t; typedef int __key_t; typedef int __clockid_t; typedef void * __timer_t; typedef long int __blksize_t; typedef long int __blkcnt_t; typedef long int __blkcnt64_t; typedef unsigned long int __fsblkcnt_t; typedef unsigned long int __fsblkcnt64_t; typ...