1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 08:28:00 +02:00

* Put WEXITSTATUS stuff somewhere else.

This commit is contained in:
Eelco Dolstra 2004-06-22 11:03:41 +00:00
parent 84007a0958
commit 5e2cf44a4d
4 changed files with 11 additions and 3 deletions

View file

@ -243,5 +243,7 @@ Strings unpackStrings(const string & s);
error string. */
string statusToString(int status);
bool statusOk(int status);
#endif /* !__UTIL_H */