mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
See ChangeLog: Fri Jul 14 10:17:30 CEST 2000 Werner Koch
This commit is contained in:
parent
4d62f7d5c4
commit
036879f21e
@ -1,3 +1,7 @@
|
|||||||
|
Fri Jul 14 10:17:30 CEST 2000 Werner Koch <wk@>
|
||||||
|
|
||||||
|
* acinclude.m4 (GNUPG_CHECK_MLOCK): Fixed syntax error in C code.
|
||||||
|
|
||||||
Wed Jul 12 13:32:06 CEST 2000 Werner Koch <wk@>
|
Wed Jul 12 13:32:06 CEST 2000 Werner Koch <wk@>
|
||||||
|
|
||||||
Version 1.0.2
|
Version 1.0.2
|
||||||
|
@ -332,8 +332,8 @@ define(GNUPG_CHECK_MLOCK,
|
|||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#endif
|
#endif
|
||||||
], [
|
], [
|
||||||
mkdir ("foo", 0);
|
|
||||||
int i;
|
int i;
|
||||||
|
mkdir ("foo", 0);
|
||||||
/* glibc defines this for functions which it implements
|
/* glibc defines this for functions which it implements
|
||||||
* to always fail with ENOSYS. Some functions are actually
|
* to always fail with ENOSYS. Some functions are actually
|
||||||
* named something starting with __ and the normal name
|
* named something starting with __ and the normal name
|
||||||
|
Loading…
Reference in New Issue
Block a user