Changeset 3060 in kBuild for trunk/src/lib/nt/nttypes.h
- Timestamp:
- Sep 21, 2017 3:11:07 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/lib/nt/nttypes.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/nttypes.h
r2702 r3060 5 5 6 6 /* 7 * Copyright (c) 2005-201 3knut st. osmundsen <bird-kBuild-spamx@anduin.net>7 * Copyright (c) 2005-2017 knut st. osmundsen <bird-kBuild-spamx@anduin.net> 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person obtaining a … … 34 34 #include <sys/types.h> 35 35 36 typedef struct BirdTimeVal 37 { 38 __int64 tv_sec; 39 __int32 tv_usec; 40 __int32 tv_padding0; 41 } BirdTimeVal_T; 42 36 43 typedef struct BirdTimeSpec 37 44 { … … 47 54 #endif 48 55 49
Note:
See TracChangeset
for help on using the changeset viewer.

