- (djm) Define _REENTRANT
This commit is contained in:
parent
96f0c725fc
commit
b2033a41a1
|
@ -1,5 +1,6 @@
|
||||||
20000926
|
20000926
|
||||||
- (djm) Update X11-askpass to 1.0.2 in RPM spec file
|
- (djm) Update X11-askpass to 1.0.2 in RPM spec file
|
||||||
|
- (djm) Define _REENTRANT
|
||||||
|
|
||||||
20000924
|
20000924
|
||||||
- (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
|
- (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
#ifndef _DEFINES_H
|
#ifndef _DEFINES_H
|
||||||
#define _DEFINES_H
|
#define _DEFINES_H
|
||||||
|
|
||||||
|
/* Some platforms need this for the _r() functions */
|
||||||
|
#ifndef _REENTRANT
|
||||||
|
# define _REENTRANT 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Necessary headers */
|
/* Necessary headers */
|
||||||
|
|
||||||
#include <sys/types.h> /* For [u]intxx_t */
|
#include <sys/types.h> /* For [u]intxx_t */
|
||||||
|
|
Loading…
Reference in New Issue