diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:25:31 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:25:31 +0200 |
commit | dd58384ede23bcf9b4c13c5031fa93937093b994 (patch) | |
tree | 2eabdda52f8020c284eabae3be48acb0e2f5fe44 /system.h | |
parent | e3638c2c86fd10831136419db2601cb4daf3d3bb (diff) | |
download | rpm-dd58384ede23bcf9b4c13c5031fa93937093b994.tar.gz rpm-dd58384ede23bcf9b4c13c5031fa93937093b994.tar.bz2 rpm-dd58384ede23bcf9b4c13c5031fa93937093b994.zip |
Move <errno.h> include out of system.h to the places that need it
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -40,11 +40,6 @@ char * stpcpy(char * dest, const char * src); char * stpncpy(char * dest, const char * src, size_t n); #endif -#include <errno.h> -#ifndef errno -extern int errno; -#endif - #if HAVE___SECURE_GETENV #define getenv(_s) __secure_getenv(_s) #endif |