projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
3d999b1
)
configure: fix typo
author
Michael Wallner
<mike@php.net>
Mon, 28 Nov 2016 12:50:32 +0000
(13:50 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 28 Nov 2016 12:50:32 +0000
(13:50 +0100)
m4/posix/stdlib.m4
patch
|
blob
|
history
diff --git
a/m4/posix/stdlib.m4
b/m4/posix/stdlib.m4
index f1a0c959ccb35fc062994f848d2b5505b10fe27b..c748eb5486e684c025ecf72cb70d3c0bb5956394 100644
(file)
--- a/
m4/posix/stdlib.m4
+++ b/
m4/posix/stdlib.m4
@@
-49,7
+49,7
@@
PSI_CHECK_STDLIB() {
PSI_DECL(long nrand48, [(unsigned short xsubi@<:@3@:>@)])
PSI_DECL(int posix_openpt, [(int flags)])
PSI_DECL(char *ptsname, [(int fd)])
- PSI_DECL(char *p
st
name_r, [(int fd, char *buf, size_t buflen)])
+ PSI_DECL(char *p
ts
name_r, [(int fd, char *buf, size_t buflen)])
PSI_DECL(int putenv, [(char *var)])
PSI_DECL(int rand, [()])
PSI_DECL(int rand_r, [(unsigned *seed_p)])