- (djm) Define _REENTRANT

This commit is contained in:
Damien Miller 2000-09-26 12:18:31 +11:00
parent 96f0c725fc
commit b2033a41a1
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
20000926
- (djm) Update X11-askpass to 1.0.2 in RPM spec file
- (djm) Define _REENTRANT
20000924
- (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>

View File

@ -1,6 +1,11 @@
#ifndef _DEFINES_H
#define _DEFINES_H
/* Some platforms need this for the _r() functions */
#ifndef _REENTRANT
# define _REENTRANT 1
#endif
/* Necessary headers */
#include <sys/types.h> /* For [u]intxx_t */