Protect sq->reaped with sighold and sigrelease.
[platform/upstream/rpm.git] / build.h
1 #ifndef H_BUILD
2 #define H_BUILD
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 int build(rpmts ts, const char * arg, BTA_t ba,
9                 /*@null@*/ const char * rcfile)
10         /*@globals rpmGlobalMacroContext, rpmCLIMacroContext,
11                 h_errno, fileSystem, internalState @*/
12         /*@modifies ts, ba->buildAmount, rpmGlobalMacroContext, rpmCLIMacroContext,
13                 fileSystem, internalState @*/;
14
15 #ifdef __cplusplus
16 }
17 #endif
18
19 #endif
20