Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
ec2f83ff
Commit
ec2f83ff
authored
Aug 19, 2000
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Fixed bug.
Rev: src/fdlib.c:1.42
parent
5f450dc9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/fdlib.c
+2
-2
2 additions, 2 deletions
src/fdlib.c
with
2 additions
and
2 deletions
src/fdlib.c
+
2
−
2
View file @
ec2f83ff
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#include
"error.h"
#include
"error.h"
#include
<math.h>
#include
<math.h>
RCSID
(
"$Id: fdlib.c,v 1.4
1
2000/08/1
8 2
1:3
2
:3
2
grubba Exp $"
);
RCSID
(
"$Id: fdlib.c,v 1.4
2
2000/08/1
9 1
1:3
1
:3
6
grubba Exp $"
);
#ifdef HAVE_WINSOCK_H
#ifdef HAVE_WINSOCK_H
...
@@ -452,7 +452,7 @@ PMOD_EXPORT int debug_fd_close(FD fd)
...
@@ -452,7 +452,7 @@ PMOD_EXPORT int debug_fd_close(FD fd)
return
0
;
return
0
;
}
}
PMOD_EXPORT
long
debug_fd_write
(
FD
fd
,
void
*
buf
,
long
len
)
PMOD_EXPORT
ptrdiff_t
debug_fd_write
(
FD
fd
,
void
*
buf
,
long
len
)
{
{
long
ret
;
long
ret
;
HANDLE
handle
;
HANDLE
handle
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment