repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
networking
/
instant-messengers
/
bluejeans
/
localtime64_stub.c
blob
87c2fa11714c1a8e59ef208df9c9f2cd27f64625
1
#include <stdio.h>
2
#include <stdlib.h>
3
4
void
*
localtime64
() {
5
fprintf
(
stderr
,
"nixpkgs: call into localtime64_r
\n
"
);
6
abort
();
7
}
8
9
void
*
localtime64_r
() {
10
fprintf
(
stderr
,
"nixpkgs: call into localtime64_r
\n
"
);
11
abort
();
12
}