Current working directory

You might have some code that uses getwd() to determine the current working directory. The Interix Software Development Kit (SDK) provides the POSIX getcwd() interface instead. The getcwd() interface does not support being called with a null pointer.