Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
MSEide MSEgui
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
MSEide MSEgui
MSEide MSEgui
Commits
8b7bf743
Commit
8b7bf743
authored
Feb 26, 2017
by
Martin Schreiber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed freebsd 32bit sizeof __time_t.
parent
4f36287d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lib/common/kernel/mselibc.pas
lib/common/kernel/mselibc.pas
+4
-0
No files found.
lib/common/kernel/mselibc.pas
View file @
8b7bf743
...
...
@@ -48,7 +48,11 @@ type
{$ifdef linux}
__time_t
=
__SLONGWORD_TYPE
;
{$else}
{$ifdef CPU64}
__time_t
=
cint64
;
{$else}
__time_t
=
cint32
;
{$endif}
{$endif}
__useconds_t
=
__U32_TYPE
;
__suseconds_t
=
__SLONGWORD_TYPE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment