Skip to content

Commit

Permalink
1.0.15.37: Windows fixes.
Browse files Browse the repository at this point in the history
* tools-for-build/grovel-headers.c: add a grovel for EINTR

* contrib/sb-posix/constants.lisp: feature-out the ALIEN-FLOCK structure.
  • Loading branch information
Richard M Kreuter committed Mar 25, 2008
1 parent e119a2f commit d07e355
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/sb-posix/constants.lisp
Expand Up @@ -362,6 +362,7 @@
(:integer f-wrlck "F_WRLCK" nil t)
(:integer f-unlck "F_UNLCK" nil t)

#-win32
(:structure alien-flock
("struct flock"
(short type "short" "l_type")
Expand Down
1 change: 1 addition & 0 deletions tools-for-build/grovel-headers.c
Expand Up @@ -208,6 +208,7 @@ main(int argc, char *argv[])

defconstant("enoent", ENOENT);
defconstant("eexist", EEXIST);
defconstant("eintr", EINTR);

defconstant("s-ifmt", S_IFMT);
defconstant("s-ifdir", S_IFDIR);
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"1.0.15.36"
"1.0.15.37"

0 comments on commit d07e355

Please sign in to comment.